Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit a705b5c

Browse files
committed
Skip eip 1559 test
1 parent 5ef2d1c commit a705b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/integration_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void main() {
122122
.having((e) => e.to, 'to', secondAddress)
123123
.having((e) => e.from, 'from', first.address),
124124
);
125-
});
125+
}, skip: 'requires ganache 7.0.0');
126126

127127
test('getTransactionReceipt returns null for unknown transactions', () {
128128
expect(client.getTransactionReceipt('0x123'), completion(isNull));

0 commit comments

Comments
 (0)