summaryrefslogtreecommitdiff
path: root/HutchTests/PatchsetTests.swift
diff options
context:
space:
mode:
Diffstat (limited to 'HutchTests/PatchsetTests.swift')
-rw-r--r--HutchTests/PatchsetTests.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/HutchTests/PatchsetTests.swift b/HutchTests/PatchsetTests.swift
index 945131f..e181f14 100644
--- a/HutchTests/PatchsetTests.swift
+++ b/HutchTests/PatchsetTests.swift
@@ -2,6 +2,7 @@ import Foundation
import Testing
@testable import Hutch
+@MainActor
struct PatchsetStatusTests {
@Test
@@ -46,6 +47,7 @@ struct PatchsetStatusTests {
}
}
+@MainActor
struct PatchsetSummaryTests {
@Test