Skip to content

Commit

Permalink
correct a test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Aug 21, 2024
1 parent 67e15f1 commit 0f5d39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/api/sources.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fn new_source_config() -> SourceConfig {
}

#[tokio::test]
async fn tenant_can_be_created_with_supabase_project_ref() {
async fn source_can_be_created() {
// Arrange
let app = spawn_app().await;
let tenant = CreateTenantRequest {
Expand Down

0 comments on commit 0f5d39f

Please sign in to comment.