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 {
677677 }
678678
679679 @Test func TriggerBuilds_triggerBuilds_trimming( ) async throws {
680+ // Ensure we trim builds as part of triggering
680681 try await withDependencies {
681682 $0. buildSystem. getStatusCount = { @Sendable _ in 100 }
682683 $0. environment. allowBuildTriggers = { true }
@@ -689,7 +690,6 @@ extension AllTests.BuildTriggerTests {
689690 $0. environment. random = { @Sendable _ in 0 }
690691 $0. environment. siteURL = { " http://example.com " }
691692 } operation: {
692- // Ensure we trim builds as part of triggering
693693 try await withSPIApp { app in
694694 // setup
695695 let p = Package ( id: . id0, url: " 2 " )
@@ -714,7 +714,6 @@ extension AllTests.BuildTriggerTests {
714714 }
715715
716716 @Test func TriggerBuilds_triggerBuilds_error( ) async throws {
717- // Ensure we trim builds as part of triggering
718717 let triggerCount = QueueIsolated ( 0 )
719718 try await withDependencies {
720719 $0. buildSystem. getStatusCount = { @Sendable _ in 100 }
You can’t perform that action at this time.
0 commit comments