File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/tfchain_client/test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change
1
+ import 'dart:io' ;
2
+
1
3
import 'package:test/test.dart' ;
2
4
import 'package:tfchain_client/generated/dev/types/tfchain_support/types/node.dart' ;
3
5
import 'package:tfchain_client/tfchain_client.dart' ;
@@ -68,7 +70,6 @@ void main() {
68
70
}
69
71
});
70
72
71
- // TODO:
72
73
tearDownAll (() async {
73
74
await client.disconnect ();
74
75
});
Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ String generateRandomString(int length) {
48
48
49
49
void sharedSetup () {
50
50
setUp (() {
51
- mnemonic = Platform .environment['MNEMONIC' ] ??
52
- "secret add bag cluster deposit beach illness letter crouch position rain arctic" ;
51
+ mnemonic = Platform .environment['MNEMONIC' ]! ;
53
52
url = Platform .environment['URL' ] ?? 'wss://tfchain.dev.grid.tf/ws' ;
54
53
type = Platform .environment['KEYPAIR_TYPE' ] ?? 'sr25519' ;
55
54
You can’t perform that action at this time.
0 commit comments