aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/accordion/events.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/accordion/events.js')
-rw-r--r--tests/unit/accordion/events.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/accordion/events.js b/tests/unit/accordion/events.js
index b9af7ce06..5b8525132 100644
--- a/tests/unit/accordion/events.js
+++ b/tests/unit/accordion/events.js
@@ -5,10 +5,10 @@ define( [
"ui/widgets/accordion"
], function( QUnit, $, testHelper ) {
-var setupTeardown = testHelper.setupTeardown,
+var beforeAfterEach = testHelper.beforeAfterEach,
state = testHelper.state;
-QUnit.module( "accordion: events", setupTeardown() );
+QUnit.module( "accordion: events", beforeAfterEach() );
QUnit.test( "create", function( assert ) {
assert.expect( 10 );