Skip to content

Commit

Permalink
fix test only
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Nov 19, 2024
1 parent 3c48734 commit faa0ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions move/its/sources/events.move
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ public(package) fun unregistered_coin_received<T>(
// ---------
// Test Only
// ---------
#[test-only]
#[test_only]
use its::coin::COIN;
#[test-only]
#[test_only]
use its::token_id;

// -----
Expand Down

0 comments on commit faa0ae7

Please sign in to comment.