Skip to content

Commit 4ca4bec

Browse files
committed
fix test check error
1 parent 97f2581 commit 4ca4bec

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

internal/integration/reql_tests/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ func (expected Err) assert(suite suite.Suite, obtainerCursor *r.Cursor, obtained
215215
obtainedErr = obtainerCursor.All(&res)
216216
}
217217

218-
if suite.Error(obtainedErr) {
218+
if !suite.Error(obtainedErr) {
219219
return
220220
}
221221

internal/integration/reql_tests/reql_meta_table_test.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/integration/reql_tests/reql_selection_test.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)