1
0
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:
Tim Voronov 2018-10-08 11:29:31 -04:00
parent 2ff668e643
commit d3f1a2d88d

View File

@ -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)