Skip to content

Commit

Permalink
Update invalid user test
Browse files Browse the repository at this point in the history
  • Loading branch information
ire4ever1190 committed Aug 11, 2024
1 parent 1a11560 commit 8f4130d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testScanning.nim
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ suite "Discord User":

test "Invalid User":
expect ScannerError:
let scanner = newScanner("<@!74201064302221334>", discord.api)
let scanner = newScanner("<@!742010>", discord.api)
discard waitFor scanner.next(Future[User])


Expand Down

0 comments on commit 8f4130d

Please sign in to comment.