Skip to content

Commit 3667a4d

Browse files
authored
Merge pull request #1537 from ozhuraki/apis-nfd-test
apis/nfd: Trivial typo fix in tests
2 parents 0cbab37 + eec05e1 commit 3667a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/nfd/v1alpha1/feature_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ func TestFeature(t *testing.T) {
165165
assert.Equal(t, expectedFeatures, f)
166166
}
167167

168-
func TestFeatureSoec(t *testing.T) {
168+
func TestFeatureSpec(t *testing.T) {
169169
// Test merging
170170
f := NodeFeatureSpec{}
171171
f2 := NodeFeatureSpec{}

0 commit comments

Comments
 (0)