mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-18 22:11:39 -04:00
Fix one incorrect test failure message
This commit is contained in:
@@ -117,7 +117,7 @@ func TestInitialize_ExistingBucketNewVersion(t *testing.T) {
|
||||
t.Errorf("expected call to GetBucket but it didn't happen")
|
||||
}
|
||||
if mockService.CreateBucketCalled {
|
||||
t.Errorf("expected call to CreateBucket but it didn't happen")
|
||||
t.Errorf("unexpected call to CreateBucket")
|
||||
}
|
||||
|
||||
if !mockService.UpdateBucketCalled {
|
||||
|
||||
Reference in New Issue
Block a user