Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb2f00c

Browse files
committed
fix command test for warn -> log
1 parent fc03cce commit cb2f00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/command_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ describe('component bindings', function() {
519519

520520
it('logs a warning if unable to create an observer', function() {
521521
var warnings = 0;
522-
spyOn(Lib, 'warn').and.callFake(function() {
522+
spyOn(Lib, 'log').and.callFake(function() {
523523
warnings++;
524524
});
525525

0 commit comments

Comments
 (0)