File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/labelbox/tests/integration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def test_get_overview_no_details(project: Project):
2121 assert isinstance (po .done , int )
2222 assert isinstance (po .issues , int )
2323 assert isinstance (po .labeled , int )
24- assert isinstance (po .all_in_data_rows , int )
24+ assert isinstance (po .total_data_rows , int )
2525
2626def test_get_overview_with_details (project : Project ):
2727 po = project .get_overview (details = True )
@@ -35,7 +35,7 @@ def test_get_overview_with_details(project: Project):
3535 assert isinstance (po .done , int )
3636 assert isinstance (po .issues , int )
3737 assert isinstance (po .labeled , int )
38- assert isinstance (po .all_in_data_rows , int )
38+ assert isinstance (po .total_data_rows , int )
3939
4040def _validate_moved (project , queue_name , data_row_count ):
4141 timeout_seconds = 30
You can’t perform that action at this time.
0 commit comments