Skip to content

Commit

Permalink
test: test_can_register_land
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshola00 committed Oct 24, 2024
1 parent 6d0612f commit a30efcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion land_registry/tests/test_land_register.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fn test_can_register_land() {
let caller_address = starknet::contract_address_const::<0x123>();
let location: felt252 = 'Test Location';
let area: u256 = 1000;
let land_use = LandUse::Residential;
let land_use = LandUse::ResidentialSingleFamily;

// Start cheating the caller address
start_cheat_caller_address(contract_address, caller_address);
Expand Down

0 comments on commit a30efcb

Please sign in to comment.