Skip to content

Commit 85aed35

Browse files
committed
Tests: Do not define two modules with the same name
Ref 7aa46e0 Fixes gh-2437
1 parent 4543815 commit 85aed35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/ready.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
QUnit.module( "event" );
1+
QUnit.module( "ready" );
22

33
( function() {
44
var notYetReady, noEarlyExecution,

0 commit comments

Comments
 (0)