From faa0ae7fbc90869e8fceb864ff223ae703dfe1e6 Mon Sep 17 00:00:00 2001 From: Foivos Date: Tue, 19 Nov 2024 17:50:39 +0200 Subject: [PATCH] fix test only --- move/its/sources/events.move | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/move/its/sources/events.move b/move/its/sources/events.move index cad04dd4..77040b0f 100644 --- a/move/its/sources/events.move +++ b/move/its/sources/events.move @@ -132,9 +132,9 @@ public(package) fun unregistered_coin_received( // --------- // Test Only // --------- -#[test-only] +#[test_only] use its::coin::COIN; -#[test-only] +#[test_only] use its::token_id; // -----