Skip to content

Commit 2a4efb8

Browse files
authored
Merge pull request #23 from mapswipe/fix/project-progress
fix(project): fix progress value
2 parents 8345ed2 + e0507bd commit 2a4efb8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/projects/find/project_data.json5

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,7 @@
558558
mapping_session_count: 3,
559559
mapping_session_results_count: 78,
560560
mapping_session_user_groups_count: 0,
561-
// FIXME(sushilnem): should be 25
562-
progress: 24,
561+
progress: 25,
563562
},
564563
expected_project_exports_data: {
565564
aggregated_results: 'assets/tests/projects/find/exports/expected_project_aggregated_result_modified.csv',

0 commit comments

Comments
 (0)