Skip to content

Commit

Permalink
FIX: SwiftLint complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
dcamenisch committed Nov 21, 2023
1 parent d39e8fb commit a516ecb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ final class TVEpisodesEndpointTests: XCTestCase {
let url = TVEpisodesEndpoint.videos(
tvSeriesID: 1,
seasonNumber: 2,
episodeNumber: 3,
episodeNumber: 3,
languageCode: languageCode).path

XCTAssertEqual(url, expectedURL)
Expand Down

0 comments on commit a516ecb

Please sign in to comment.