mirror of
https://github.com/MontFerret/ferret.git
synced 2025-08-13 19:52:52 +02:00
Fixed iterator_test
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user