From 0da434dfe03034bc9cbf3e5bd8a7ba13cfa2fdb1 Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 28 Jul 2016 17:59:11 +1200 Subject: [PATCH] Fix typo --- tests/phpunit/api/v3/JobTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/api/v3/JobTest.php b/tests/phpunit/api/v3/JobTest.php index ec1a2b5a85..70f1df585f 100644 --- a/tests/phpunit/api/v3/JobTest.php +++ b/tests/phpunit/api/v3/JobTest.php @@ -75,7 +75,7 @@ class api_v3_JobTest extends CiviUnitTestCase { parent::tearDown(); // The membershipType create breaks transactions so this extra cleanup is needed. $this->membershipTypeDelete(array('id' => $this->membershipTypeID)); - $this->cleanUpIDs(); + $this->cleanUpSetUpIDs(); } /** -- 2.25.1