Skip to content

Commit

Permalink
contracts: scarb fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
credence0x committed Feb 20, 2024
1 parent af9022c commit 695b143
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion contracts/src/blobert.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,6 @@ mod Blobert {

// @note MUST not be called with same token id
fn set_regular_image(ref self: ContractState, token_id: u16) {

let token_id: u256 = token_id.into();

// set the token's seed
Expand Down
1 change: 1 addition & 0 deletions contracts/src/scripts.cairo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 0 additions & 1 deletion contracts/src/tests/fork_tests/test_blobert_fork.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ mod blobert_fork_tests {
#[test]
// #[fork("SEPOLIA")]
#[ignore]

fn test_mint_fork() {
let this = starknet::get_contract_address();
let fee_token_address = 0x4ef0e2993abf44178d3a40f2818828ed1c09cde9009677b7a3323570b4c0f2e
Expand Down
1 change: 0 additions & 1 deletion contracts/src/tests/unit_tests/test_blobert.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ mod blobert_internal_tests {
}



////////////////////////////////////////////////////
// ASSIGN CUSTOM
////////////////////////////////////////////////////
Expand Down
3 changes: 1 addition & 2 deletions contracts/src/tests/unit_tests/test_descriptor_custom.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ mod scarb_descriptor_custom_tests {
use blob::tests::unit_tests::utils::{DESCRIPTOR_CUSTOM};
use core::dict::Felt252DictTrait;
use core::traits::TryInto;
use starknet::deploy_syscall;
use starknet::ContractAddress;
use starknet::SyscallResult;

use starknet::contract_address_const;
use starknet::deploy_syscall;

fn deploy_descriptor_custom_scarb() -> IDescriptorCustomDispatcher {
let (custom_data1_addr, _) = deploy_syscall(
Expand Down Expand Up @@ -49,7 +49,6 @@ mod scarb_descriptor_custom_tests {
}



#[test]
#[ignore]
fn test_descriptor_custom_trait_count() {
Expand Down

0 comments on commit 695b143

Please sign in to comment.