Skip to content

Commit

Permalink
skip import on dart vm
Browse files Browse the repository at this point in the history
  • Loading branch information
karlprieb committed Aug 25, 2023
1 parent ea47f15 commit 9e715c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data_item_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import 'package:arweave/arweave.dart';
import 'package:arweave/src/streams/data_item.dart';
import 'package:arweave/utils.dart';
import 'package:test/test.dart';
import 'deserialize_tags.dart';
import 'fixtures/test_wallet.dart';
import 'deserialize_tags.dart' if (dart.library.js) 'deserialize_tags.dart';

void main() async {
final wallet = getTestWallet();
Expand Down

0 comments on commit 9e715c3

Please sign in to comment.