Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Renie Siqueira committed Aug 29, 2015
1 parent d196dff commit 3e485b8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion coverage/lcov-report/bin/builder.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ <h2>

</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Aug 29 2015 17:32:03 GMT-0300 (BRT)</div>
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Aug 29 2015 17:42:10 GMT-0300 (BRT)</div>
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/bin/creator.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h2>

</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Aug 29 2015 17:32:03 GMT-0300 (BRT)</div>
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Aug 29 2015 17:42:10 GMT-0300 (BRT)</div>
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/bin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2>
</div>
</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Aug 29 2015 17:32:03 GMT-0300 (BRT)</div>
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Aug 29 2015 17:42:10 GMT-0300 (BRT)</div>
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/bin/utils.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ <h2>

</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Aug 29 2015 17:32:03 GMT-0300 (BRT)</div>
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Aug 29 2015 17:42:10 GMT-0300 (BRT)</div>
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2>
</div>
</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Aug 29 2015 17:32:03 GMT-0300 (BRT)</div>
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Aug 29 2015 17:42:10 GMT-0300 (BRT)</div>
</div>
<script src="prettify.js"></script>
<script>
Expand Down
3 changes: 1 addition & 2 deletions test/creatorTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ describe('Creator', function(){
instance.create(copyFn, true);
});

it('should create the default structure. empty param.', function(done){
it('should create the default structure. empty param.', function(){
assert.throw(Creator, 'Missing config param.');
done();
});
});
});

0 comments on commit 3e485b8

Please sign in to comment.