Skip to content

Commit eec05e1

Browse files
committed
apis/nfd: Trivial typo fix in tests
Signed-off-by: Oleg Zhurakivskyy <[email protected]>
1 parent 4501bed commit eec05e1

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)