1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
This commit is contained in:
Tom Limoncelli
2023-11-18 09:28:07 -05:00
parent 654fcfd752
commit f204247c2d
2 changed files with 53 additions and 52 deletions

View File

@ -67,6 +67,7 @@ func testFormat(t *testing.T, domain, format string) {
}
if w, g := string(want), string(got); w != g {
// If the test fails, output a file showing "got"
err = os.WriteFile(expectedFilename+".ACTUAL", got, 0644)
if err != nil {
log.Fatal(err)