Skip to content

Commit

Permalink
Adds missing final keyword in UpcomingMovies tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DeluxeAlonso committed Aug 6, 2023
1 parent d8d4b35 commit 7875811
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import XCTest
@testable import UpcomingMovies
import UpcomingMoviesDomain
@testable import UpcomingMoviesDomain

final class FavoritesSavedMoviesInteractorTests: XCTestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import XCTest
@testable import UpcomingMovies
import UpcomingMoviesDomain

class UpcomingMovieCellViewModelTests: XCTestCase {
final class UpcomingMovieCellViewModelTests: XCTestCase {

func testUpcomingMovieCellPosterURL() {
// Arrange
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import XCTest
import UpcomingMoviesDomain
@testable import NetworkInfrastructure

class UpcomingMoviesViewModelTests: XCTestCase {
final class UpcomingMoviesViewModelTests: XCTestCase {

typealias MoviesViewState = SimpleViewState<UpcomingMoviesDomain.Movie>

Expand Down

0 comments on commit 7875811

Please sign in to comment.