Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mubarak23 committed Oct 6, 2024
1 parent d8dc1aa commit d5fe3fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/base/constants/types.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,4 @@ pub enum JoltStatus {
EXPIRED,
REJECTED,
FAILED
}
}
2 changes: 0 additions & 2 deletions tests/test_community.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,5 @@ fn test_should_panic_set_ban_status() {

start_cheat_caller_address(community_contract_address, USER_THREE.try_into().unwrap());
communityDispatcher.set_ban_status(community_id, USER_TWO.try_into().unwrap(), true);

}


0 comments on commit d5fe3fd

Please sign in to comment.