Commit 7b38962
committed
fix(tests): pass token to Variant::supports_ord in assert_ord_oracle
The eql_v3 rebase added a `token: &str` parameter to
`Variant::supports_ord`, but `assert_ord_oracle` still called it
tokenless, so the eql_tests lib did not compile. Pass `T::PG_TYPE`.1 parent 63c60ed commit 7b38962
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments