Skip to content

Commit 7aa46e0

Browse files
committed
Tests: do not define two modules with the same name
Fixes jquerygh-2437
1 parent b930d14 commit 7aa46e0

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)