Commit 52fbbc50 authored by Will Cory's avatar Will Cory

fix test inital check

parent a6b85726
......@@ -43,7 +43,14 @@ contract AssetReceiverTest is AssetReceiver_Initializer {
});
// assert the attestation starts empty
assertEq(attestationStation.attestations(address(this), address(this), "test"), "");
assertEq(
attestationStation.attestations(
attestationData.about,
attestationData.key,
attestationData.value
),
""
);
// make attestation
vm.prank(alice_attestor);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment