Skip to content

Commit a1ce008

Browse files
committed
Correct instance document pointer fragment in test
1 parent b7278c3 commit a1ce008

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: internal/project/platform/boardstxt/boardstxtschema_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ func TestRequired(t *testing.T) {
124124
complianceLevel compliancelevel.Type
125125
assertion assert.BoolAssertionFunc
126126
}{
127-
{"menu.cpu", "menu", compliancelevel.Permissive, assert.False},
128-
{"menu.cpu", "menu", compliancelevel.Specification, assert.False},
129-
{"menu.cpu", "menu", compliancelevel.Strict, assert.False},
127+
{"menu.cpu", "menu/cpu", compliancelevel.Permissive, assert.False},
128+
{"menu.cpu", "menu/cpu", compliancelevel.Specification, assert.False},
129+
{"menu.cpu", "menu/cpu", compliancelevel.Strict, assert.False},
130130

131131
{"nano.name", "nano/name", compliancelevel.Permissive, assert.True},
132132
{"nano.name", "nano/name", compliancelevel.Specification, assert.True},

0 commit comments

Comments
 (0)