fix: fix path to testing crate

pull/855/head
Benjamin Kampmann 2022-08-02 10:58:53 +02:00
parent 65be06ebad
commit 9bb02f2419
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ tokio = { version = "1.17.0", default-features = false, features = ["rt", "sync"
instant = { version = "0.1.12", features = ["now"] }
[dev-dependencies]
matrix-sdk-test = { path = "../matrix-sdk-test/", version="0.5.0" }
matrix-sdk-test = { path = "../../testing/matrix-sdk-test/", version="0.5.0" }
wasm-bindgen-test = "0.3.30"