@@ -26,7 +26,7 @@ def test_can_create_dynamic_challenge():
26
26
"name" : "name" ,
27
27
"category" : "category" ,
28
28
"description" : "description" ,
29
- "value " : 100 ,
29
+ "initial " : 100 ,
30
30
"decay" : 20 ,
31
31
"minimum" : 1 ,
32
32
"state" : "hidden" ,
@@ -54,7 +54,7 @@ def test_can_update_dynamic_challenge():
54
54
"name" : "name" ,
55
55
"category" : "category" ,
56
56
"description" : "description" ,
57
- "value " : 100 ,
57
+ "initial " : 100 ,
58
58
"decay" : 20 ,
59
59
"minimum" : 1 ,
60
60
"state" : "hidden" ,
@@ -102,7 +102,7 @@ def test_can_add_requirement_dynamic_challenge():
102
102
"name" : "name" ,
103
103
"category" : "category" ,
104
104
"description" : "description" ,
105
- "value " : 100 ,
105
+ "initial " : 100 ,
106
106
"decay" : 20 ,
107
107
"minimum" : 1 ,
108
108
"state" : "hidden" ,
@@ -160,7 +160,7 @@ def test_can_delete_dynamic_challenge():
160
160
"name" : "name" ,
161
161
"category" : "category" ,
162
162
"description" : "description" ,
163
- "value " : 100 ,
163
+ "initial " : 100 ,
164
164
"decay" : 20 ,
165
165
"minimum" : 1 ,
166
166
"state" : "hidden" ,
@@ -191,7 +191,7 @@ def test_dynamic_challenge_loses_value_properly():
191
191
"name" : "name" ,
192
192
"category" : "category" ,
193
193
"description" : "description" ,
194
- "value " : 100 ,
194
+ "initial " : 100 ,
195
195
"decay" : 20 ,
196
196
"minimum" : 1 ,
197
197
"state" : "visible" ,
@@ -240,7 +240,7 @@ def test_dynamic_challenge_doesnt_lose_value_on_update():
240
240
"name" : "name" ,
241
241
"category" : "category" ,
242
242
"description" : "description" ,
243
- "value " : 10000 ,
243
+ "initial " : 10000 ,
244
244
"decay" : 4 ,
245
245
"minimum" : 10 ,
246
246
"state" : "visible" ,
@@ -273,7 +273,7 @@ def test_dynamic_challenge_value_isnt_affected_by_hidden_users():
273
273
"name" : "name" ,
274
274
"category" : "category" ,
275
275
"description" : "description" ,
276
- "value " : 100 ,
276
+ "initial " : 100 ,
277
277
"decay" : 20 ,
278
278
"minimum" : 1 ,
279
279
"state" : "visible" ,
@@ -330,7 +330,7 @@ def test_dynamic_challenges_reset():
330
330
"name" : "name" ,
331
331
"category" : "category" ,
332
332
"description" : "description" ,
333
- "value " : 100 ,
333
+ "initial " : 100 ,
334
334
"decay" : 20 ,
335
335
"minimum" : 1 ,
336
336
"state" : "hidden" ,
0 commit comments