Skip to content

Commit ba8f7e0

Browse files
committed
Fix platform map
1 parent e1c50ee commit ba8f7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/browser-providers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function buildConfiguration(platform) {
5252
Object.keys(browserConfig).forEach(browserName => {
5353
const config = browserConfig[browserName];
5454

55-
if (config.target !== platform && !config.poolId) {
55+
if (config.target !== platform || !config.poolId) {
5656
return;
5757
}
5858

0 commit comments

Comments
 (0)