Skip to content

Commit

Permalink
fixed the imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sweanan committed Jul 6, 2023
1 parent 7d9d89d commit 0fd2dfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

func TestTerraformAzureSQLManagedInstanceExample(t *testing.T) {
if testing.Short(){
if testing.Short() {
t.Skip("Skipping long-running test")
}
t.Parallel()
Expand Down

0 comments on commit 0fd2dfd

Please sign in to comment.