Skip to content

Commit af54342

Browse files
goodmostMattIPv4
goodmost
andauthored
Remove repetitive word in test name (#471)
Signed-off-by: goodmost <[email protected]> Co-authored-by: Matt Cowley <[email protected]>
1 parent 830cb0d commit af54342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testBrowserLanguage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ describe('browserLanguage', () => {
136136
});
137137

138138
describe('Different sources for user locale', () => {
139-
test('language, languages and and Intl locale are `undefined`',() => {
139+
test('language, languages and Intl locale are `undefined`',() => {
140140
MockLocales.setNavigatorLanguages(undefined);
141141
MockLocales.setNavigatorLanguage(undefined);
142142
MockLocales.setDateTimeLocale(undefined);

0 commit comments

Comments
 (0)