Skip to content

Commit

Permalink
update main.js to origin file
Browse files Browse the repository at this point in the history
  • Loading branch information
quan0715 committed Mar 13, 2024
1 parent d2e798d commit acc5d4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lab2/main_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ test('select next person', async () => {
const [people, selected] = await app.getNames()

const fn = mock.method(app, 'getRandomPerson');
const index = Math.floor(0 * people.length)


// all people are selected
Expand Down

0 comments on commit acc5d4d

Please sign in to comment.