We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f6911 commit 3400cffCopy full SHA for 3400cff
preview_test.go
@@ -710,8 +710,8 @@ func TestPresetValidation(t *testing.T) {
710
value("has_default", "changed").
711
value("no_default", "custom value").
712
noDiagnostics(),
713
- "prebuild_instance_zero": aPre(),
714
- "not_prebuild": aPre(),
+ "prebuild_instance_zero": aPre().noDiagnostics().prebuildCount(0),
+ "not_prebuild": aPre().noDiagnostics().prebuildCount(0),
715
},
716
717
} {
0 commit comments