Skip to content

Commit

Permalink
add missing 'unit' tag for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ptisserand committed Feb 20, 2025
1 parent 3969341 commit 23fdcf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/starknet/test/contract/contract_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ void main() {
);
});
},
tags: ['unit'],
);

group('Compiled contract (cairo 1)', () {
Expand Down Expand Up @@ -105,6 +106,7 @@ void main() {
});
});
},
tags: ['unit'],
);

group(
Expand Down

0 comments on commit 23fdcf7

Please sign in to comment.