Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed Apr 17, 2024
1 parent bd8760f commit 8e324c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if canImport(ObjectiveC)
import DependenciesMacros
import XCTest

Expand Down Expand Up @@ -49,3 +50,4 @@ struct ClientWithNonThrowingEndpoint {
static let line = #line
var fetchWithUnimplemented: () -> Int = { unimplemented(placeholder: 42) }
}
#endif
2 changes: 1 addition & 1 deletion Tests/DependenciesTests/DependencyEndpointTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
client.endpoint()
} issueMatcher: {
$0.compactDescription == """
Unimplemented: 'endpoint'
Unimplemented: 'Client.endpoint'
"""
}
}
Expand Down

0 comments on commit 8e324c5

Please sign in to comment.