Skip to content

Commit

Permalink
feat: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemiiah committed Oct 3, 2024
1 parent 5d38dc2 commit c711ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tests/test_contract.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use contracts::{IHelloStarknetDispatcher, IHelloStarknetDispatcherTrait};

#[test]
fn test_balance() {
let contract = match declare("HelloStarknet").unwrap(){
let contract = match declare("HelloStarknet").unwrap() {
DeclareResult::Success(class) => class,
DeclareResult::AlreadyDeclared(class) => class,
};
Expand Down

0 comments on commit c711ce3

Please sign in to comment.