Skip to content

Commit

Permalink
Merge pull request #1537 from ozhuraki/apis-nfd-test
Browse files Browse the repository at this point in the history
apis/nfd: Trivial typo fix in tests
  • Loading branch information
k8s-ci-robot authored Jan 19, 2024
2 parents 0cbab37 + eec05e1 commit 3667a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/nfd/v1alpha1/feature_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func TestFeature(t *testing.T) {
assert.Equal(t, expectedFeatures, f)
}

func TestFeatureSoec(t *testing.T) {
func TestFeatureSpec(t *testing.T) {
// Test merging
f := NodeFeatureSpec{}
f2 := NodeFeatureSpec{}
Expand Down

0 comments on commit 3667a4d

Please sign in to comment.