Skip to content

Commit

Permalink
fixed test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewplummer committed Oct 14, 2017
1 parent f7b879f commit 33c7cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/background-image.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ describe('BackgroundImage', function(uiRoot) {
var el, backgroundImage;

setup(function() {
el = appendBackgroundImageBox();
el = appendAbsoluteBox();
});

teardown(function() {
Expand Down

0 comments on commit 33c7cad

Please sign in to comment.