Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuh2511 committed Sep 30, 2024
1 parent 60a9c2e commit 16d89a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/snfoundry/contracts/src/test/TestContract.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ fn test_deployment_values() {
let new_greeting: ByteArray = "Learn Scaffold-Stark 2! :)";
dispatcher.set_greeting(new_greeting.clone(), 0); // we transfer 0 eth
assert(dispatcher.greeting() == new_greeting, 'Should allow set new message');
}
}

0 comments on commit 16d89a0

Please sign in to comment.