Skip to content

Commit a46a395

Browse files
fix static
1 parent 9e53105 commit a46a395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/js/jasmine/tests/lib/mage/gallery/gallery.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ define([
131131
originSpy = $.fn.data;
132132
jqueryDataMock = {
133133
setOptions: jasmine.createSpy().and.returnValue(true),
134-
updateOptions: jasmine.createSpy().and.returnValue(true),
134+
updateOptions: jasmine.createSpy().and.returnValue(true)
135135
};
136136
spyOn($.fn, 'data').and.callFake(function () {
137137
return jqueryDataMock;

0 commit comments

Comments
 (0)