We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abd382 commit dc883b6Copy full SHA for dc883b6
lib/src/db/test.rs
@@ -156,7 +156,7 @@ fn destroy_resource_and_check_collection_and_commits() {
156
157
_res.resource_new.unwrap().destroy(&store).unwrap();
158
let agents_collection_3 = store
159
- .get_resource_extended(&agents_url.to_string(), false, None)
+ .get_resource_extended(&agents_url, false, None)
160
.unwrap();
161
let agents_collection_count_3 = agents_collection_3
162
.get(crate::urls::COLLECTION_MEMBER_COUNT)
0 commit comments