mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-04 10:35:08 +02:00
Fixed iterator_test
This commit is contained in:
parent
2ff668e643
commit
d3f1a2d88d
@ -304,7 +304,7 @@ func TestObjectIterator(t *testing.T) {
|
||||
|
||||
expected, exists := m.Get(values.NewString(key.String()))
|
||||
|
||||
So(exists, ShouldBeTrue)
|
||||
So(bool(exists), ShouldBeTrue)
|
||||
So(expected, ShouldEqual, item)
|
||||
|
||||
res = append(res, item)
|
||||
|
Loading…
Reference in New Issue
Block a user