Skip to content

Commit

Permalink
Remove unused expression
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Peich committed Oct 28, 2022
1 parent a67d3c8 commit ac7658d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nbrowser/Localization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe("Localization", function() {
this.skip();
}
const gristConfig: any = await driver.executeScript("return window.gristConfig");
existingLocales = gristConfig.supportedLngs, ['en', 'fr', 'pl'];
existingLocales = gristConfig.supportedLngs;
oldEnv = new testUtils.EnvironmentSnapshot();
// Add another language to the list of supported languages.
tempLocale = makeCopy();
Expand Down

0 comments on commit ac7658d

Please sign in to comment.