mirror of
https://github.com/MontFerret/ferret.git
synced 2025-07-15 01:25:00 +02:00
Bug/#142 clauses and statements (#148)
This commit is contained in:
@ -346,7 +346,7 @@ func TestArray(t *testing.T) {
|
||||
So(el.Compare(values.NewInt(2)), ShouldEqual, 0)
|
||||
})
|
||||
|
||||
Convey("Should return None when no value", func() {
|
||||
Convey("Should return None when no items", func() {
|
||||
arr := values.NewArrayWith()
|
||||
|
||||
el := arr.Get(1)
|
||||
|
Reference in New Issue
Block a user