aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup/mdstripper/mdstripper_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/markup/mdstripper/mdstripper_test.go')
-rw-r--r--modules/markup/mdstripper/mdstripper_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/markup/mdstripper/mdstripper_test.go b/modules/markup/mdstripper/mdstripper_test.go
index ea34df0a3b..7fb49c1e01 100644
--- a/modules/markup/mdstripper/mdstripper_test.go
+++ b/modules/markup/mdstripper/mdstripper_test.go
@@ -79,7 +79,7 @@ A HIDDEN ` + "`" + `GHOST` + "`" + ` IN THIS LINE.
lines = append(lines, line)
}
}
- assert.EqualValues(t, test.expectedText, lines)
- assert.EqualValues(t, test.expectedLinks, links)
+ assert.Equal(t, test.expectedText, lines)
+ assert.Equal(t, test.expectedLinks, links)
}
}