Skip to content

Commit

Permalink
Update tests to use SRC-5 ownership standard
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzoic committed Aug 8, 2023
1 parent d1afca1 commit cbe0b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/src/ownership/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ name = "ownership_test"

[dependencies]
ownership = { path = "../../../libs/ownership" }
src_5 = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.1.0" }
2 changes: 1 addition & 1 deletion tests/src/ownership/src/main.sw
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
contract;

use ownership::*;
use ownership::data_structures::State;
use src_5::{Ownership, State};

storage {
owner: Ownership = Ownership::uninitialized(),
Expand Down

0 comments on commit cbe0b0a

Please sign in to comment.