Skip to content

Commit

Permalink
Remove return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
harryadel committed Sep 17, 2024
1 parent eec3f36 commit 4864526
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/find.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Tinytest.addAsync('find - selector should have extra property', async function (
delete selector.bogus_value
selector.before_find = true
}
return;
})

await InsecureLogin.ready(async function () {
Expand Down

0 comments on commit 4864526

Please sign in to comment.