Skip to content

Commit

Permalink
fixup: test_only for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amnn committed Jul 11, 2024
1 parent 53cd199 commit 16836c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/tic-tac-toe/move/tests/owned_tests.move
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

#[test_only]
module tic_tac_toe::owned_tests {
use sui::test_scenario::{Self as ts, Scenario};
use sui::transfer::Receiving;
Expand Down
1 change: 1 addition & 0 deletions examples/tic-tac-toe/move/tests/shared_tests.move
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

#[test_only]
module tic_tac_toe::shared_tests {
use sui::test_scenario::{Self as ts, Scenario};
use tic_tac_toe::shared as ttt;
Expand Down

0 comments on commit 16836c6

Please sign in to comment.