Skip to content

Commit

Permalink
Update provider/azure/azure_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjiang1989 authored Jul 5, 2024
1 parent fff8731 commit f2e4dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/azure/azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ func TestAzureApplyChangesReturnError(t *testing.T) {
}

if err := provider.ApplyChanges(context.Background(), changes); err != nil {
t.Fatal(errors.New("ApplyChanges NotError"))
t.Fatal(errors.New("ApplyChanges Error"))
}
}

Expand Down

0 comments on commit f2e4dee

Please sign in to comment.