Skip to content

Commit c9ae44c

Browse files
committed
Fixing snapshot test morphing
1 parent 80094cc commit c9ae44c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deployments/snapshots/snap_tests.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
],
6161
'projects_per_sector': [
6262
{
63-
'count': 4,
63+
'count': 5,
6464
'primary_sector': 0,
6565
'primary_sector_display': 'WASH'
6666
},
@@ -95,7 +95,7 @@
9595
'primary_sector_display': 'NS Strengthening'
9696
},
9797
{
98-
'count': 2,
98+
'count': 1,
9999
'primary_sector': 8,
100100
'primary_sector_display': 'Education'
101101
},
@@ -394,8 +394,8 @@
394394
'projects_per_sector': [
395395
{
396396
'count': 1,
397-
'primary_sector': 8,
398-
'primary_sector_display': 'Education'
397+
'primary_sector': 0,
398+
'primary_sector_display': 'WASH'
399399
}
400400
],
401401
'society_name': 'society-name-DCwyszNZGXQmypnWjcKsHVgAGwmfLLQMaSHEceWtyhGEdYOTkE',

0 commit comments

Comments
 (0)