Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr committed Jan 10, 2025
1 parent 15ecf61 commit 988a74c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ func TestNewInstanceConfig(t *testing.T) {
if got.NetworkID != "1" {
t.Errorf("Expected %s, got %s", "1", got.NetworkID)
}
if got.TemplateID != "77bea4dd-bfd4-492c-823d-f92eb6dd962d" {
t.Errorf("Expected %s, got %s", "77bea4dd-bfd4-492c-823d-f92eb6dd962d", got.TemplateID)
}
if got.Count != 1 {
t.Errorf("Expected %d, got %d", 1, got.Count)
}
Expand Down

0 comments on commit 988a74c

Please sign in to comment.