Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanStepanok committed Sep 20, 2023
1 parent 79e144e commit 9e87918
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@ final class CourseContainerViewModelTests: XCTestCase {
id: "1",
courseId: "course123",
url: "https://example.com/file.mp4",
path: nil,
fileName: "file.mp4",
progress: 0,
resumeData: nil,
Expand Down Expand Up @@ -740,7 +739,6 @@ final class CourseContainerViewModelTests: XCTestCase {
id: "1",
courseId: "course123",
url: "https://example.com/file.mp4",
path: "file://../file.mp4",
fileName: "file.mp4",
progress: 0,
resumeData: nil,
Expand Down Expand Up @@ -862,7 +860,6 @@ final class CourseContainerViewModelTests: XCTestCase {
id: "1",
courseId: "course123",
url: "https://example.com/file.mp4",
path: nil,
fileName: "file.mp4",
progress: 0,
resumeData: nil,
Expand Down

0 comments on commit 9e87918

Please sign in to comment.