Skip to content

Commit

Permalink
fixed test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6e66 committed Feb 14, 2024
1 parent 9ec1e4f commit 0170d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dataset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async fn dataset_new() {
}

#[tokio::test]
async fn metadata_search() {
async fn dataset_search() {
let _ = Dataset::search(0, 10, None, &["sp-lastModified:desc"], &get_client())
.await
.unwrap();
Expand Down

0 comments on commit 0170d84

Please sign in to comment.