From: Oleg Gaidarenko Date: Thu, 3 Sep 2015 01:03:44 +0000 (+0300) Subject: Tests: Do not define two modules with the same name X-Git-Tag: 1.12.0~144 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=85aed35cb50703e3252cac2e4195baf2f1830c55;p=jquery.git Tests: Do not define two modules with the same name Ref 7aa46e0df8a673e6b00550bbbbed21eed50108b7 Fixes gh-2437 --- diff --git a/test/unit/ready.js b/test/unit/ready.js index 9c7ce74ff..6272dbdd4 100644 --- a/test/unit/ready.js +++ b/test/unit/ready.js @@ -1,4 +1,4 @@ -QUnit.module( "event" ); +QUnit.module( "ready" ); ( function() { var notYetReady, noEarlyExecution,