diff --git a/Dashboard/DashboardTests/Presentation/AllCoursesViewModelTests.swift b/Dashboard/DashboardTests/Presentation/AllCoursesViewModelTests.swift index 625120e66..abd7c7e6e 100644 --- a/Dashboard/DashboardTests/Presentation/AllCoursesViewModelTests.swift +++ b/Dashboard/DashboardTests/Presentation/AllCoursesViewModelTests.swift @@ -58,6 +58,7 @@ final class AllCoursesViewModelTests: XCTestCase { courseID: "2", numPages: 1, coursesCount: 3, + courseRawImage: nil, progressEarned: 0, progressPossible: 2 ), @@ -74,6 +75,7 @@ final class AllCoursesViewModelTests: XCTestCase { courseID: "3", numPages: 1, coursesCount: 3, + courseRawImage: nil, progressEarned: 0, progressPossible: 2 ), @@ -90,6 +92,7 @@ final class AllCoursesViewModelTests: XCTestCase { courseID: "4", numPages: 1, coursesCount: 3, + courseRawImage: nil, progressEarned: 0, progressPossible: 2 ) diff --git a/Dashboard/DashboardTests/Presentation/PrimaryCourseDashboardViewModelTests.swift b/Dashboard/DashboardTests/Presentation/PrimaryCourseDashboardViewModelTests.swift index c4083e705..0f6aff8c5 100644 --- a/Dashboard/DashboardTests/Presentation/PrimaryCourseDashboardViewModelTests.swift +++ b/Dashboard/DashboardTests/Presentation/PrimaryCourseDashboardViewModelTests.swift @@ -61,6 +61,7 @@ final class PrimaryCourseDashboardViewModelTests: XCTestCase { courseID: "2", numPages: 1, coursesCount: 3, + courseRawImage: nil, progressEarned: 0, progressPossible: 2 )