spelling: asserts

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/9410/head
Josh Soref 5 years ago
parent e1cae31304
commit caef007736

@ -58,7 +58,7 @@ func AssertGoldenString(t TestingT, actual, filename string) {
}
}
// AssertGoldenFile assers that the content of the actual file matches the contents of the expected file
// AssertGoldenFile asserts that the content of the actual file matches the contents of the expected file
func AssertGoldenFile(t TestingT, actualFileName string, expectedFilename string) {
t.Helper()

Loading…
Cancel
Save