Skip to content

Commit 6bf66be

Browse files
chore: Format test project
1 parent c271e59 commit 6bf66be

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
@testable import WorkflowTestPackage
2-
32
import XCTest
43

54
class WorkflowTestPackageTests: XCTestCase {
6-
func testHello() async throws {
5+
func testHello() {
76
XCTAssertEqual(WorkflowTest().hello(), "world")
87
}
98
}

0 commit comments

Comments
 (0)