Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Jan 6, 2025
1 parent 4eb1d4e commit a5f7d10
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 a5f7d10

Please sign in to comment.