Skip to content

Commit efd3502

Browse files
committed
Fix unit test ongoing analysis message.
1 parent 2b8bfbe commit efd3502

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

suite/testcommon.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,7 @@ def test_verify_persistent_undo(self):
11151115
bv.functions[0].set_comment(bv.functions[0].start, "Function start")
11161116
bv.commit_undo_actions()
11171117

1118+
bv.update_analysis_and_wait()
11181119
comments = self.get_comments(bv)
11191120
functions = self.get_functions(bv)
11201121

@@ -1126,6 +1127,7 @@ def test_verify_persistent_undo(self):
11261127
bv.create_user_function(bv.start)
11271128
bv.commit_undo_actions()
11281129

1130+
bv.update_analysis_and_wait()
11291131
bv.create_database(temp_name)
11301132

11311133
with binja.FileMetadata(temp_name).open_existing_database(temp_name).get_view_of_type('ELF') as bv:

0 commit comments

Comments
 (0)