Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
fix: fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Apr 12, 2023
1 parent 99a4e8d commit dbba6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/NewCourseDashboardViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ extension NewCourseDashboardViewController: CourseDashboardAccessErrorViewDelega
break

case .verify:
weakSelf.courseUpgradeHelper.handleCourseUpgrade(upgradeHadler: upgradeHandler, state: .fulfillment)
weakSelf.courseUpgradeHelper.handleCourseUpgrade(upgradeHadler: upgradeHandler, state: .fulfillment(showLoader: true))
break

case .complete:
Expand Down

0 comments on commit dbba6b5

Please sign in to comment.