Skip to content

Commit 5eaed20

Browse files
committed
flip test assertion
1 parent 5e1efce commit 5eaed20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/JSONAPISwiftGenTests/TestFunctionNameTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ final class TestFunctionNameTests: XCTestCase {
112112
direction: .request,
113113
context: TestFunctionLocalContext(functionName: "_hello_world➎")!
114114
)
115-
XCTAssertFalse(t1.fullyQualifiedTestFunctionName.contains("go.domain"))
115+
XCTAssertTrue(t1.fullyQualifiedTestFunctionName.contains("domain"))
116116
}
117117

118118
func test_statusCodeExtraction() {

0 commit comments

Comments
 (0)