Skip to content

Commit

Permalink
fix can message test
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Dec 5, 2024
1 parent 1691f5c commit 91c0382
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/src/tests/groupTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,8 @@ test('canMessage', async () => {
])

assert(
canMessageV3['0x4E9ce36E442e55EcD9025B9a6E0D88485d628A67'] === false,
canMessageV3['0x4E9ce36E442e55EcD9025B9a6E0D88485d628A67'.toLowerCase()] ===
false,
`should not be able to message 0x4E9ce36E442e55EcD9025B9a6E0D88485d628A67`
)

Expand Down

0 comments on commit 91c0382

Please sign in to comment.