Skip to content

Commit 4e69b25

Browse files
committed
Update admin assertion message
1 parent b15af1b commit 4e69b25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/first.nr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ unconstrained fn test_initializer() {
1111
let block_number = get_block_number();
1212
let admin_slot = EasyPrivateVoting::storage_layout().admin.slot;
1313
let admin_storage_value = storage_read(voting_contract_address, admin_slot, block_number);
14-
assert(admin_storage_value == admin, "Vote ended should be false");
14+
assert(admin_storage_value == admin, "Admin address mismatch");
1515
}
1616

1717
#[test]

0 commit comments

Comments
 (0)