We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83256f7 commit b906e48Copy full SHA for b906e48
1 file changed
Tests/FetchTests/StubProviderTests.swift
@@ -60,7 +60,7 @@ class StubProviderTests: XCTestCase {
60
func testRemoveStub() {
61
let expectation = self.expectation(description: "Fetch model")
62
63
- let resource = Resource<ModelA>(method: .get, path: "/test")
+ let resource = Resource<ModelA>(method: .get, path: "/testRemove")
64
65
let stub = StubResponse(statusCode: 200, encodable: ModelA(a: "a"), delay: 0.1)
66
APIClient.shared.stubProvider.register(stub: stub, for: resource)
0 commit comments