Skip to content

Commit

Permalink
refactor: adds empty lines to metadata_test for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
VAveryanov8 committed Dec 12, 2024
1 parent 57f239d commit 8d86c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cloudmeta/metadata_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ func TestGetInstanceMetadata(t *testing.T) {
if !errors.Is(err, ErrNoProviders) {
t.Fatalf("expected err, got: %v", err)
}

if meta.InstanceType != "" {
t.Fatalf("meta.InstanceType should be empty, got %v", meta.InstanceType)
}
Expand Down

0 comments on commit 8d86c32

Please sign in to comment.