Skip to content

Commit

Permalink
fix error handler test description
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Hoffmann committed Sep 20, 2016
1 parent 3e6ea9b commit b4861a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/imgSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ describe("justlazy should lazy load span", function () {
});
});

it("call error handler when image can not be loaded", function (done) {
it("and call error handler when image can not be loaded", function (done) {
var span = testCase("testSpanWithNotExistingImage", withElements("span"))[0];

expect(span).toHaveAttr("data-src", "http://some.server/foobar.gif");
Expand Down
2 changes: 1 addition & 1 deletion src/justlazy.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4861a0

Please sign in to comment.