Skip to content

Commit

Permalink
swap gcp assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
elimt committed Jan 7, 2025
1 parent 5cd0521 commit 28b57c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,5 +287,5 @@ func TestApiCreateGCPDynamicHostCatalog(t *testing.T) {
)
require.NoError(t, err)
t.Log("Successfully found items in the host catalog")
assert.Equal(t, actualHostCatalogCount, expectedHostSetCount, "Numbers of hosts in host catalog did not match expected amount")
assert.Equal(t, expectedHostSetCount, actualHostCatalogCount, "Numbers of hosts in host catalog did not match expected amount")
}

0 comments on commit 28b57c4

Please sign in to comment.