commit
6cedffaac2
1 changed files with 2 additions and 1 deletions
|
|
@ -1373,5 +1373,6 @@ func run(t *testing.T, tc testCase) {
|
||||||
assert.Success(t, err)
|
assert.Success(t, err)
|
||||||
|
|
||||||
// We want the visual diffs to compare, but there's floating point precision differences between CI and user machines, so don't compare raw strings
|
// We want the visual diffs to compare, but there's floating point precision differences between CI and user machines, so don't compare raw strings
|
||||||
diff.Testdata(filepath.Join(dataPath, "sketch"), ".svg", svgBytes)
|
err = diff.Testdata(filepath.Join(dataPath, "sketch"), ".svg", svgBytes)
|
||||||
|
assert.Success(t, err)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue