Skip to content

Commit b41d721

Browse files
authored
Update AsyncWidgetFactoryTest.php
1 parent e27d840 commit b41d721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AsyncWidgetFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function testItCanRunNestedAsyncWidgetUsingDotNotation()
162162
'<script type="text/javascript">'.
163163
'var widgetTimer1 = setInterval(function() {'.
164164
'if (window.$) {'.
165-
"$('#arrilot-widget-container-1').load('".$this->ajaxUrl('Profile\testNamespace\testFeed')."');".
165+
"$('#arrilot-widget-container-1').load('".$this->ajaxUrl('Profile\TestNamespace\TestFeed')."');".
166166
'clearInterval(widgetTimer1);'.
167167
'}'.
168168
'}, 100);'.

0 commit comments

Comments
 (0)