Skip to content

Commit

Permalink
Use correct ratingallocate activityliteral in behat steps
Browse files Browse the repository at this point in the history
  • Loading branch information
irinahpe committed Jun 3, 2024
1 parent 3179a02 commit ddd0d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/behat/behat_mod_ratingallocate.php
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ public function i_add_a_ratingallocate_to_course_section_and_fill_form($coursesh
// Add activity to section and fill form.
$this->execute(
"behat_course::i_add_to_section_and_i_fill_the_form_with",
[$this->escape('ratingallocate'), $this->escape($sectionnumber), $data]
[$this->escape('Fair Allocation'), $this->escape($sectionnumber), $data]
);
}
}
Expand All @@ -631,7 +631,7 @@ public function i_add_a_ratingallocate_to_course_section($courseshortname, $sect
// Add activity to section:
$this->execute(
"behat_course::i_add_to_section",
[$this->escape('ratingallocate'), $this->escape($sectionnumber)]
[$this->escape('Fair Allocation'), $this->escape($sectionnumber)]
);
}
}
Expand Down

0 comments on commit ddd0d0b

Please sign in to comment.