Skip to content

Commit b906e48

Browse files
committed
fix unit test
1 parent 83256f7 commit b906e48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/FetchTests/StubProviderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class StubProviderTests: XCTestCase {
6060
func testRemoveStub() {
6161
let expectation = self.expectation(description: "Fetch model")
6262

63-
let resource = Resource<ModelA>(method: .get, path: "/test")
63+
let resource = Resource<ModelA>(method: .get, path: "/testRemove")
6464

6565
let stub = StubResponse(statusCode: 200, encodable: ModelA(a: "a"), delay: 0.1)
6666
APIClient.shared.stubProvider.register(stub: stub, for: resource)

0 commit comments

Comments
 (0)