Skip to content

Commit

Permalink
Entries: Fix assert's type
Browse files Browse the repository at this point in the history
  • Loading branch information
leobalter committed Jun 23, 2014
1 parent f78ba59 commit 9b38c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion entries/QUnit.asyncTest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<argument name="test">
<desc>Function to close over assertions</desc>
<type name="Function">
<argument name="assert" type="QUnit.assert"></argument>
<argument name="assert" type="Object"></argument>
</type>
</argument>
</signature>
Expand Down
2 changes: 1 addition & 1 deletion entries/QUnit.test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<argument name="test">
<desc>Function to close over assertions</desc>
<type name="Function">
<argument name="assert" type="QUnit.assert"></argument>
<argument name="assert" type="Object"></argument>
</type>
</argument>
</signature>
Expand Down

0 comments on commit 9b38c42

Please sign in to comment.