Skip to content

Commit 3400cff

Browse files
committed
extra test assertion
1 parent 13f6911 commit 3400cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

preview_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,8 +710,8 @@ func TestPresetValidation(t *testing.T) {
710710
value("has_default", "changed").
711711
value("no_default", "custom value").
712712
noDiagnostics(),
713-
"prebuild_instance_zero": aPre(),
714-
"not_prebuild": aPre(),
713+
"prebuild_instance_zero": aPre().noDiagnostics().prebuildCount(0),
714+
"not_prebuild": aPre().noDiagnostics().prebuildCount(0),
715715
},
716716
},
717717
} {

0 commit comments

Comments
 (0)