Skip to content

Commit

Permalink
Fix unittest saving database during analysis warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
bpotchik committed Oct 9, 2020
1 parent 80a816c commit e145ab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suite/testcommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,7 @@ def test_verify_persistent_undo(self):
bv.begin_undo_actions()
bv.create_user_function(bv.start)
bv.commit_undo_actions()
bv.update_analysis_and_wait()

bv.create_database(temp_name)
bv.file.close()
Expand Down

0 comments on commit e145ab8

Please sign in to comment.