Skip to content

Commit 78d63af

Browse files
committed
linting evil
1 parent 4dc540d commit 78d63af

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

wrongsecrets-balancer/src/teams/teams.test.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ test('create team fails when max instances is reached', async () => {
120120
});
121121
getJuiceShopInstances.mockImplementation(async () => {
122122
return {
123-
items: [
124-
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 7, 8, 9,
125-
10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 7, 8,
126-
9, 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 7,
127-
8, 9, 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
128-
],
123+
items: [
124+
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
125+
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
126+
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
127+
1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
128+
],
129129
};
130130
});
131131

0 commit comments

Comments
 (0)