mirror of
https://github.com/MontFerret/ferret.git
synced 2025-08-15 20:02:56 +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()))
|
expected, exists := m.Get(values.NewString(key.String()))
|
||||||
|
|
||||||
So(exists, ShouldBeTrue)
|
So(bool(exists), ShouldBeTrue)
|
||||||
So(expected, ShouldEqual, item)
|
So(expected, ShouldEqual, item)
|
||||||
|
|
||||||
res = append(res, item)
|
res = append(res, item)
|
||||||
|
Reference in New Issue
Block a user