We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc540d commit 78d63afCopy full SHA for 78d63af
wrongsecrets-balancer/src/teams/teams.test.js
@@ -120,12 +120,12 @@ test('create team fails when max instances is reached', async () => {
120
});
121
getJuiceShopInstances.mockImplementation(async () => {
122
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
- ],
+ items: [
+ 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,
+ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
+ ],
129
};
130
131
0 commit comments