Skip to content

Commit dc883b6

Browse files
committed
Linting fixes
1 parent 4abd382 commit dc883b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/db/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ fn destroy_resource_and_check_collection_and_commits() {
156156

157157
_res.resource_new.unwrap().destroy(&store).unwrap();
158158
let agents_collection_3 = store
159-
.get_resource_extended(&agents_url.to_string(), false, None)
159+
.get_resource_extended(&agents_url, false, None)
160160
.unwrap();
161161
let agents_collection_count_3 = agents_collection_3
162162
.get(crate::urls::COLLECTION_MEMBER_COUNT)

0 commit comments

Comments
 (0)