Skip to content

Commit

Permalink
Remove big test
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Nov 2, 2023
1 parent 5dd1eb5 commit 7c16e44
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1,418 deletions.
14 changes: 0 additions & 14 deletions crates/ndc-sqlserver/tests/goldenfiles/select_many.json

This file was deleted.

6 changes: 0 additions & 6 deletions crates/ndc-sqlserver/tests/query_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ mod basic {
let result = run_query("select_int_and_string").await;
insta::assert_json_snapshot!(result);
}

#[tokio::test]
async fn select_many() {
let result = run_query("select_many").await;
insta::assert_json_snapshot!(result);
}
}

mod predicates {
Expand Down
Loading

0 comments on commit 7c16e44

Please sign in to comment.