Skip to content

Commit 3a2d8be

Browse files
author
root28root
committed
mytoken/tests: replace std::signer/option with 0x1::signer/option
1 parent 25ad3d5 commit 3a2d8be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mytoken/tests/my_token_tests.move

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[test_only]
22
module 0xb35962eed27b9a272d82673f2b7a99e7257b7b1a9af02c1a09143dacbaf498bd::my_token_tests {
3-
use std::signer;
4-
use std::option;
3+
use 0x1::signer;
4+
use 0x1::option;
55
use 0xb35962eed27b9a272d82673f2b7a99e7257b7b1a9af02c1a09143dacbaf498bd::coin;
66

77
/// Тестовая «мусорка», чтобы не дропать Coin локально.

0 commit comments

Comments
 (0)