Skip to content

Commit 008b072

Browse files
authored
tighten the label assertion in the affected unit test
1 parent 0c4d8ce commit 008b072

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/config/config_partial_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,4 +1122,5 @@ feature "skip_ci" {
11221122
assert.True(t, settings.GetAttr("parent").True())
11231123
assert.True(t, settings.GetAttr("child").True())
11241124
assert.Equal(t, 1, labels.LengthInt())
1125+
assert.Equal(t, "child", labels.Index(cty.NumberIntVal(0)).AsString())
11251126
}

0 commit comments

Comments
 (0)