Skip to content

Commit

Permalink
Fix query test
Browse files Browse the repository at this point in the history
  • Loading branch information
comnik committed Apr 28, 2019
1 parent 491554a commit 33372f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/query_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,12 +399,12 @@ fn wco_join_many() {
(
vec![String("Ivan".to_string()), String("Ivan".to_string())],
0,
1,
2,
),
(
vec![String("Petr".to_string()), String("Petr".to_string())],
0,
1,
2,
),
(
vec![String("Ivan".to_string()), String("Petr".to_string())],
Expand Down

0 comments on commit 33372f1

Please sign in to comment.