Skip to content

Commit

Permalink
chore: fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rnr committed Nov 7, 2024
1 parent a5d9ab6 commit e475c90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ final class AllCoursesViewModelTests: XCTestCase {
courseID: "2",
numPages: 1,
coursesCount: 3,
courseRawImage: nil,
progressEarned: 0,
progressPossible: 2
),
Expand All @@ -74,6 +75,7 @@ final class AllCoursesViewModelTests: XCTestCase {
courseID: "3",
numPages: 1,
coursesCount: 3,
courseRawImage: nil,
progressEarned: 0,
progressPossible: 2
),
Expand All @@ -90,6 +92,7 @@ final class AllCoursesViewModelTests: XCTestCase {
courseID: "4",
numPages: 1,
coursesCount: 3,
courseRawImage: nil,
progressEarned: 0,
progressPossible: 2
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ final class PrimaryCourseDashboardViewModelTests: XCTestCase {
courseID: "2",
numPages: 1,
coursesCount: 3,
courseRawImage: nil,
progressEarned: 0,
progressPossible: 2
)
Expand Down

0 comments on commit e475c90

Please sign in to comment.