File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -677,6 +677,7 @@ extension AllTests.BuildTriggerTests {
677
677
}
678
678
679
679
@Test func TriggerBuilds_triggerBuilds_trimming( ) async throws {
680
+ // Ensure we trim builds as part of triggering
680
681
try await withDependencies {
681
682
$0. buildSystem. getStatusCount = { @Sendable _ in 100 }
682
683
$0. environment. allowBuildTriggers = { true }
@@ -689,7 +690,6 @@ extension AllTests.BuildTriggerTests {
689
690
$0. environment. random = { @Sendable _ in 0 }
690
691
$0. environment. siteURL = { " http://example.com " }
691
692
} operation: {
692
- // Ensure we trim builds as part of triggering
693
693
try await withSPIApp { app in
694
694
// setup
695
695
let p = Package ( id: . id0, url: " 2 " )
@@ -714,7 +714,6 @@ extension AllTests.BuildTriggerTests {
714
714
}
715
715
716
716
@Test func TriggerBuilds_triggerBuilds_error( ) async throws {
717
- // Ensure we trim builds as part of triggering
718
717
let triggerCount = QueueIsolated ( 0 )
719
718
try await withDependencies {
720
719
$0. buildSystem. getStatusCount = { @Sendable _ in 100 }
You can’t perform that action at this time.
0 commit comments