add test for dedicated distinct route

This commit is contained in:
Marin Postma
2021-04-20 12:07:22 +02:00
parent 6c470cf687
commit f8c338e3a7
5 changed files with 56 additions and 4 deletions

7
Cargo.lock generated
View File

@ -1664,6 +1664,7 @@ dependencies = [
"once_cell",
"oxidized-json-checker",
"parking_lot",
"paste",
"rand 0.7.3",
"rayon",
"regex",
@ -2025,6 +2026,12 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "paste"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
[[package]]
name = "percent-encoding"
version = "2.1.0"