Skip to content

Commit

Permalink
Use testnet to avoid timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Dec 13, 2024
1 parent 2a7d19d commit 3a3d139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ void main() {

test('networkTransactions', () async {
final transactionsList =
await ApiService('https://mainnet.archethic.net')
await ApiService('https://testnet.archethic.net')
.networkTransactions('oracle_summary', 1);

expect(
Expand Down

0 comments on commit 3a3d139

Please sign in to comment.