mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
fix(tests): fix filter test
This commit is contained in:
committed by
Łukasz Mierzwa
parent
8ee85639d3
commit
49cb8c9192
@@ -22,7 +22,7 @@ func TestEqualMatcher(t *testing.T) {
|
||||
{"1", 1, true, false},
|
||||
{"a", "ab", true, false},
|
||||
{12, 13, true, false},
|
||||
{time.Now(), time.Now(), true, false},
|
||||
{&matchTest{}, &matchTest{}, true, false},
|
||||
}
|
||||
for _, mt := range tests {
|
||||
m := equalMatcher{}
|
||||
|
||||
Reference in New Issue
Block a user