summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/glaze.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glaze.go b/tests/glaze.go
index 366efa0..98bbc1a 100644
--- a/tests/glaze.go
+++ b/tests/glaze.go
@@ -26,7 +26,7 @@ func test_adjustPattern() {
}
for i, input := range inputs {
- g.AssertEqual(adjustPattern(input), expected[i])
+ g.TAssertEqual(adjustPattern(input), expected[i])
}
}