Skip to content

Commit 11d6697

Browse files
committed
crypto(nit): remove unnecessary path qualifier in a test
The compiler has been pestering me with this, so here's a fix.
1 parent dcc32da commit 11d6697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk-crypto/src/identities/manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ pub(crate) mod tests {
16881688

16891689
// Now provide an invalid update
16901690
let (reqid, _) = manager.build_key_query_for_users(vec![my_user_id]);
1691-
let response_data = matrix_sdk_test::response_from_file(&json!({
1691+
let response_data = response_from_file(&json!({
16921692
"device_keys": {
16931693
my_user_id: {
16941694
test_device_id.as_str(): {

0 commit comments

Comments
 (0)