Skip to content

Commit 7f17543

Browse files
committed
Move comment
1 parent 9a16f0c commit 7f17543

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/AppTests/BuildTriggerTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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 }

0 commit comments

Comments
 (0)