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):
21
21
assert isinstance (po .done , int )
22
22
assert isinstance (po .issues , int )
23
23
assert isinstance (po .labeled , int )
24
- assert isinstance (po .all_in_data_rows , int )
24
+ assert isinstance (po .total_data_rows , int )
25
25
26
26
def test_get_overview_with_details (project : Project ):
27
27
po = project .get_overview (details = True )
@@ -35,7 +35,7 @@ def test_get_overview_with_details(project: Project):
35
35
assert isinstance (po .done , int )
36
36
assert isinstance (po .issues , int )
37
37
assert isinstance (po .labeled , int )
38
- assert isinstance (po .all_in_data_rows , int )
38
+ assert isinstance (po .total_data_rows , int )
39
39
40
40
def _validate_moved (project , queue_name , data_row_count ):
41
41
timeout_seconds = 30
You can’t perform that action at this time.
0 commit comments