Skip to content

Commit

Permalink
fixup! fixup! Confirmation is now optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
eccles committed Aug 8, 2024
1 parent 5cdab3a commit 7cf5533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functests/execassets.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_asset_create_merkle_log(self):
attrs=self.traffic_light_merkle_log,
)
LOGGER.debug("asset %s", json_dumps(asset, sort_keys=True, indent=4))
asset = self.arch.assets.wait_fo_confirmation(asset["identity"])
asset = self.arch.assets.wait_for_confirmation(asset["identity"])
LOGGER.debug("asset %s", json_dumps(asset, sort_keys=True, indent=4))
self.assertEqual(
asset["proof_mechanism"],
Expand Down

0 comments on commit 7cf5533

Please sign in to comment.