1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-14 20:56:42 +00:00

apis/nfd: Trivial typo fix in tests

Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
This commit is contained in:
Oleg Zhurakivskyy 2024-01-15 18:06:58 +02:00
parent 4501bedd61
commit eec05e1c7a

View file

@ -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{}