aboutsummaryrefslogtreecommitdiff
path: root/lib/tabula/maprows_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tabula/maprows_test.go')
-rw-r--r--lib/tabula/maprows_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tabula/maprows_test.go b/lib/tabula/maprows_test.go
index 19cd5ac8..8cd0f2d2 100644
--- a/lib/tabula/maprows_test.go
+++ b/lib/tabula/maprows_test.go
@@ -26,7 +26,7 @@ func TestAddRow(t *testing.T) {
got := fmt.Sprint(mapRows)
- test.Assert(t, "", groupByExpect, got, true)
+ test.Assert(t, "", groupByExpect, got)
}
func TestGetMinority(t *testing.T) {
@@ -50,5 +50,5 @@ func TestGetMinority(t *testing.T) {
exp := rowsExpect[3]
got := fmt.Sprint(minRows)
- test.Assert(t, "", exp, got, true)
+ test.Assert(t, "", exp, got)
}