Skip to content

Commit

Permalink
Course Outline - Update the tests to reflect latest changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dadish committed Aug 16, 2022
1 parent cc8fa20 commit f56f02d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit-tests/test-class-sensei-course-structure.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ public function testGetModulesWithEmptyLessonsEdit() {
* Test getting course structure when a module has no published lessons while in view context.
*/
public function testGetModulesWithEmptyLessonsView() {
$this->login_as_admin();

$course_id = $this->factory->course->create();

$lessons = $this->factory->lesson->create_many( 2 );
Expand Down

0 comments on commit f56f02d

Please sign in to comment.