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:
parent
4501bedd61
commit
eec05e1c7a
1 changed files with 1 additions and 1 deletions
|
@ -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{}
|
||||
|
|
Loading…
Add table
Reference in a new issue