mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-15 04:57:56 +00:00
Merge pull request #1537 from ozhuraki/apis-nfd-test
apis/nfd: Trivial typo fix in tests
This commit is contained in:
commit
3667a4d073
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