Skip to content

Commit d2d3b47

Browse files
committed
fix some tests
1 parent 57f106d commit d2d3b47

File tree

71 files changed

+3505
-3487
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+3505
-3487
lines changed

internal/compare/expected.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,11 @@ func PartialMatch(v interface{}) Expected {
4545
Val: v,
4646
}
4747
}
48+
49+
//func ContainsMatch(containsAllThis interface{}) Expected {
50+
// return Expected{
51+
// Ordered: false,
52+
// Partial: false,
53+
// Val: v,
54+
// }
55+
//}

internal/integration/reql_tests/reql_aggregation_test.go

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

internal/integration/reql_tests/reql_changefeeds_edge_test.go

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

internal/integration/reql_tests/reql_changefeeds_idxcopy_test.go

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

0 commit comments

Comments
 (0)