From ded33b32cce42bee54c95b322e52fa7005eb3805 Mon Sep 17 00:00:00 2001 From: Shamim Rezaie Date: Tue, 23 Oct 2018 16:19:52 +1100 Subject: [PATCH] MDL-63634 enrol_paypal: Fix a typo in unit tests This issue is a part of the MDL-62560 Epic. --- enrol/paypal/tests/privacy_provider_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enrol/paypal/tests/privacy_provider_test.php b/enrol/paypal/tests/privacy_provider_test.php index 207206576d8..262d7cc0cca 100644 --- a/enrol/paypal/tests/privacy_provider_test.php +++ b/enrol/paypal/tests/privacy_provider_test.php @@ -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,