Commit cab6412
Chris Pick
Set order for distinct integration tests
Explicitly set the order for the integration tests in
'diesel_tests/tests/distinct.rs'.
Previously, the tests could fail with an error like the following:
$ bin/test integration postgres -- distinct::simple_distinct
...
---- distinct::simple_distinct stdout ----
thread 'distinct::simple_distinct' panicked at 'assertion failed: `(left == right)`
left: `["Sean", "Tess"]`,
right: `["Tess", "Sean"]`', tests/distinct.rs:17:4
note: Run with `RUST_BACKTRACE=1` for a backtrace.
...1 parent 5bf0774 commit cab6412
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments