Skip to content

Commit

Permalink
Fix Typo - Change function name
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Ganesh <rahulgab@amazon.com>
  • Loading branch information
Rahul Ganesh committed Oct 9, 2023
1 parent 87f3f0c commit b0758fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/tinkerbell/assert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func TestAssertMachineConfigNamespaceMatchesDatacenterConfig_Different(t *testin
g.Expect(err).ToNot(gomega.Succeed())
}

func TestAssertMachineConfigOSImageURLOverlap_Error(t *testing.T) {
func TestAssertMachineConfigOSImageURL_Error(t *testing.T) {
g := gomega.NewWithT(t)
builder := NewDefaultValidClusterSpecBuilder()
clusterSpec := builder.Build()
Expand Down

0 comments on commit b0758fc

Please sign in to comment.