Skip to content

Commit

Permalink
fix miss test case
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Mar 3, 2024
1 parent af47b4d commit d8e78f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APSToolkitPython/src/test/test_bim360.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ def test_get_item_versions(self):

def test_batch_report_item_versions(self):
df = self.bim360.batch_report_item_versions(self.project_id, self.item_id)
self.A(df.empty, True)
self.assertNotEquals(df.empty, True)

0 comments on commit d8e78f4

Please sign in to comment.