Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Jan 7, 2025
1 parent 5be3c29 commit a1bf87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sql/src/plan/statement/ddl/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ fn is_valid_az_format(az: &str) -> bool {
mod tests {
use super::*;

#[test]
#[mz_ore::test]
fn test_az_format() {
// Valid patterns
assert!(is_valid_az_format("use1-az1"));
Expand Down

0 comments on commit a1bf87b

Please sign in to comment.