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

Merge pull request #1537 from ozhuraki/apis-nfd-test

apis/nfd: Trivial typo fix in tests
This commit is contained in:
Kubernetes Prow Robot 2024-01-19 15:25:41 +01:00 committed by GitHub
commit 3667a4d073
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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