mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
NEW FEATURE: diff2: A better "diff" mechanism (#1852)
This commit is contained in:
@@ -86,7 +86,7 @@ func TestParsedFiles(t *testing.T) {
|
||||
as := string(actualJSON)
|
||||
_, _ = es, as
|
||||
// When debugging, leave behind the actual result:
|
||||
// os.WriteFile(expectedFile+".ACTUAL", []byte(es), 0644)
|
||||
//os.WriteFile(expectedFile+".ACTUAL", []byte(as), 0644)
|
||||
testifyrequire.JSONEqf(t, es, as, "EXPECTING %q = \n```\n%s\n```", expectedFile, as)
|
||||
|
||||
// For each domain, if there is a zone file, test against it:
|
||||
|
||||
Reference in New Issue
Block a user