Skip to content

Commit

Permalink
add test attribute and license (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaslan authored Oct 22, 2024
1 parent f2d9f86 commit b908254
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/deepbook/sources/helper/constants.move
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

module deepbook::constants;

const CURRENT_VERSION: u64 = 1; // Update version during upgrades
Expand Down
3 changes: 3 additions & 0 deletions packages/deepbook/tests/state/governance_tests.move
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

#[test_only]
module deepbook::governance_tests;

Expand Down
4 changes: 4 additions & 0 deletions packages/deepbook/tests/state/state_tests.move
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

#[test_only]
module deepbook::state_tests;

use deepbook::balances;
Expand Down

0 comments on commit b908254

Please sign in to comment.