Skip to content

Commit 987ee67

Browse files
committed
Tests: Refactored buildURLFragment
1 parent 9919021 commit 987ee67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/utils/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const waitFor = async function waitFor(f, ftimeout = TIMEOUT) {
4242

4343
export function buildURLFragment(fragments) {
4444
return fragments
45-
.map((filter) => `&${filter}`)
45+
.map((fragment) => `&${fragment}`)
4646
.join('')
4747
.replaceAll(' ', '%20');
4848
}

0 commit comments

Comments
 (0)