Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wedamija committed Dec 21, 2024
1 parent 42f1a81 commit ba6598f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rust/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ mod tests {
// Did not error
get_schema("snuba-queries", Some(1)).unwrap();
get_schema("transactions", Some(1)).unwrap();
get_schema("snuba-uptime-results", Some(1)).unwrap();
}

fn validate_schema(schema_name: &str) {
Expand All @@ -260,6 +259,5 @@ mod tests {
fn test_validate() {
validate_schema("snuba-queries");
validate_schema("uptime-results");
validate_schema("snuba-uptime-results");
}
}

0 comments on commit ba6598f

Please sign in to comment.