Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fireridlle committed Sep 23, 2021
1 parent 56a863a commit c4c8d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/query.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@ describe('query', () => {
})

test('containsstr', () => {
expect(fauna.Expr.toString(fauna.query.ContainsStr('ABC', 'A'))).toEqual(
expect(Expr.toString(query.ContainsStr('ABC', 'A'))).toEqual(
'ContainsStr("ABC", "A")'
)
return Promise.all([
Expand Down

0 comments on commit c4c8d96

Please sign in to comment.