Skip to content

Commit

Permalink
Revert test failures in flipper
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Nov 30, 2021
1 parent 3e2d03e commit 2909953
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/flipper/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pub mod flipper {
/// Creates a new flipper smart contract initialized with the given value.
#[ink(constructor)]
pub fn new(init_value: bool) -> Self {
assert!(true);
Self { value: init_value }
}

Expand Down

0 comments on commit 2909953

Please sign in to comment.