MDL-63634 enrol_paypal: Fix a typo in unit tests

This issue is a part of the MDL-62560 Epic.
This commit is contained in:
Shamim Rezaie
2018-10-26 19:36:56 +11:00
parent 7fff8f46e8
commit ded33b32cc
+1 -1
View File
@@ -185,7 +185,7 @@ class enrol_paypal_privacy_provider_testcase extends \core_privacy\tests\provide
);
// Enrol student3 in course3 with businessuser3 as the receiver.
$paypalplugin->enrol_user($enrolinstance1, $this->student1->id, $studentrole->id);
$paypalplugin->enrol_user($enrolinstance1, $this->student3->id, $studentrole->id);
$this->create_enrol_paypal_record(
$this->businessuser3,
$this->receiveruser3,