mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
Extend presubmit to covert test and request (#1846)
Fix the casing *and* fix use of context as we were still referencing the non-std lib context - no wondering how this could have worked...
This commit is contained in:
@@ -6,7 +6,7 @@ func TestTempFile(t *testing.T) {
|
||||
t.Parallel()
|
||||
_, f, e := TempFile(".", "test")
|
||||
if e != nil {
|
||||
t.Fatalf("failed to create temp file: %s", e)
|
||||
t.Fatalf("Failed to create temp file: %s", e)
|
||||
}
|
||||
defer f()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user