Skip to content

Commit ee4e219

Browse files
committed
Fix lint
1 parent f7a951d commit ee4e219

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/date-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ locales.forEach(function(localeId) {
250250
QUnit.test('formatter caching', function(assert) {
251251
var originalIntl = window.Intl;
252252
var count = 0;
253-
var IntlMock = {
253+
var IntlMock = {
254254
DateTimeFormat: function() {
255255
count++;
256256
this.format = function() {

tests/number-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ locales.forEach(function(localeId) {
155155
QUnit.test('formatter caching', function(assert) {
156156
var originalIntl = window.Intl;
157157
var count = 0;
158-
var IntlMock = {
158+
var IntlMock = {
159159
NumberFormat: function() {
160160
count++;
161161
this.format = function() {

0 commit comments

Comments
 (0)