chore: foundry #21
Annotations
4 errors
src/instances/anvil.test.ts > default:
src/instances/anvil.test.ts#L32
Error: Snapshot `default 2` mismatched
- Expected
+ Received
@@ -5,11 +5,11 @@
__ _ _ __ __ __ _ | |
/ _` | | '_ \ \ \ / / | | | |
| (_| | | | | | \ V / | | | |
\__,_| |_| |_| \_/ |_| |_|
- 0.2.0 (d9e51e4 2024-05-26T00:19:00.764957000Z)
+ 0.2.0 (0fc3976 2024-06-03T00:19:21.651391352Z)
https://github.com/foundry-rs/foundry
Available Accounts
==================
❯ src/instances/anvil.test.ts:32:29
|
src/instances/anvil.test.ts > behavior: can subscribe to stderr:
src/instances/anvil.test.ts#L87
AssertionError: expected 'Error: Address already in use (os err…' to contain 'Error: Address already in use (os err…'
- Expected
+ Received
- Error: Address already in use (os error 48)
+ Error: Address already in use (os error 98)
+
+ Location:
+ /home/runner/work/foundry/foundry/crates/anvil/src/cmd.rs:278:33
+
❯ src/instances/anvil.test.ts:87:29
|
src/instances/anvil.test.ts > behavior: exit:
src/instances/anvil.test.ts#L118
AssertionError: expected null to deeply equal +0
- Expected:
0
+ Received:
null
❯ src/instances/anvil.test.ts:118:20
|
Verify / Test
Process completed with exit code 1.
|