Skip to content

Commit

Permalink
Update Self.self.description() usage
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Nov 16, 2024
1 parent ba74a08 commit 0dc604a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/LaterTests/Network/MockNetworkTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import XCTest
final class MockNetworkTests: XCTestCase {
var url: URL {
get throws {
try XCTUnwrap(URL(string: Self.self.description()))
try XCTUnwrap(URL(string: "\(Self.self)"))
}
}

Expand Down

0 comments on commit 0dc604a

Please sign in to comment.