We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1efce commit 5eaed20Copy full SHA for 5eaed20
Tests/JSONAPISwiftGenTests/TestFunctionNameTests.swift
@@ -112,7 +112,7 @@ final class TestFunctionNameTests: XCTestCase {
112
direction: .request,
113
context: TestFunctionLocalContext(functionName: "_hello_world➎")!
114
)
115
- XCTAssertFalse(t1.fullyQualifiedTestFunctionName.contains("go.domain"))
+ XCTAssertTrue(t1.fullyQualifiedTestFunctionName.contains("domain"))
116
}
117
118
func test_statusCodeExtraction() {
0 commit comments