Skip to content

Commit 536adff

Browse files
committed
Fix merge issue
1 parent 0e477f6 commit 536adff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/enginetests/operator_string_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,6 @@ func TestPositionOf(t *testing.T) {
11501150
cql: "PositionOf('B', '')",
11511151
wantResult: newOrFatal(t, -1),
11521152
},
1153-
}
11541153
{
11551154
name: "PositionOfFound",
11561155
cql: "PositionOf('B','ABC')",
@@ -1364,4 +1363,3 @@ func TestMatches(t *testing.T) {
13641363
})
13651364
}
13661365
}
1367-

0 commit comments

Comments
 (0)