Update test to use new group ids and new ordering of diagnostics.

This commit is contained in:
Mikayla Maki 2023-03-04 02:21:55 -08:00
parent bd4d7551a5
commit ddf2f2cb0a
3 changed files with 37 additions and 33 deletions

View file

@ -57,6 +57,7 @@ thiserror = "1.0.29"
toml = "0.5"
[dev-dependencies]
pretty_assertions = "1.3.0"
client = { path = "../client", features = ["test-support"] }
collections = { path = "../collections", features = ["test-support"] }
db = { path = "../db", features = ["test-support"] }