Skip to content

Commit

Permalink
#86drpnck9 - Refactor example_tests/test_update_contract.py to use Bo…
Browse files Browse the repository at this point in the history
…aConstructor
  • Loading branch information
Mirella de Medeiros committed Apr 2, 2024
1 parent 55f3d54 commit 8bddabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa3_test/tests/boatestcase.py
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ def _get_compiler_output(self, path: str, deserialize: bool, root_folder: str =

with _COMPILER_LOCK:
if not os.path.isfile(nef_output):
return self.compile_and_save(path, root_folder=root_folder)
return self.compile_and_save(path, root_folder=root_folder, get_raw_nef=not deserialize)

from boa3.internal.neo.contracts.neffile import NefFile

Expand Down

0 comments on commit 8bddabe

Please sign in to comment.