cleanup tests

This commit is contained in:
Robin Appelman 2024-02-25 13:40:32 +01:00
commit 22366e957f
3 changed files with 87 additions and 128 deletions

View file

@ -20,6 +20,7 @@ serde = { version = "1.0.197", features = ["derive"], optional = true }
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "rt"] }
main_error = "0.1.2"
insta = { version = "1.35.1", features = ["json"] }
test-case = "3.3.1"
[profile.dev.package]
insta.opt-level = 3