Skip to content

Commit 8ffb815

Browse files
committed
Adjusting tests for new fields.
1 parent 005de61 commit 8ffb815

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 5.1.2 on 2024-10-22 14:26
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('api_v2', '0010_merge_20241016_1952'),
10+
('api_v2', '0010_spellcastingoption_concentration_and_more'),
11+
]
12+
13+
operations = [
14+
]

api_v2/tests/responses/TestObjects.test_spell_cantrip_example.approved.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
"attack_roll": false,
33
"casting_options": [
44
{
5+
"concentration": null,
56
"damage_roll": null,
67
"duration": null,
78
"range": null,
9+
"shape_size": null,
810
"target_count": null,
911
"type": "default"
1012
}

api_v2/tests/responses/TestObjects.test_spell_fireball.approved.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,51 +2,65 @@
22
"attack_roll": false,
33
"casting_options": [
44
{
5+
"concentration": null,
56
"damage_roll": null,
67
"duration": null,
78
"range": null,
9+
"shape_size": null,
810
"target_count": null,
911
"type": "default"
1012
},
1113
{
14+
"concentration": null,
1215
"damage_roll": "9d6",
1316
"duration": null,
1417
"range": null,
18+
"shape_size": null,
1519
"target_count": null,
1620
"type": "slot_level_4"
1721
},
1822
{
23+
"concentration": null,
1924
"damage_roll": "10d6",
2025
"duration": null,
2126
"range": null,
27+
"shape_size": null,
2228
"target_count": null,
2329
"type": "slot_level_5"
2430
},
2531
{
32+
"concentration": null,
2633
"damage_roll": "11d6",
2734
"duration": null,
2835
"range": null,
36+
"shape_size": null,
2937
"target_count": null,
3038
"type": "slot_level_6"
3139
},
3240
{
41+
"concentration": null,
3342
"damage_roll": "12d6",
3443
"duration": null,
3544
"range": null,
45+
"shape_size": null,
3646
"target_count": null,
3747
"type": "slot_level_7"
3848
},
3949
{
50+
"concentration": null,
4051
"damage_roll": "13d6",
4152
"duration": null,
4253
"range": null,
54+
"shape_size": null,
4355
"target_count": null,
4456
"type": "slot_level_8"
4557
},
4658
{
59+
"concentration": null,
4760
"damage_roll": "14d6",
4861
"duration": null,
4962
"range": null,
63+
"shape_size": null,
5064
"target_count": null,
5165
"type": "slot_level_9"
5266
}

api_v2/tests/responses/TestObjects.test_spell_wish.approved.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
"attack_roll": false,
33
"casting_options": [
44
{
5+
"concentration": null,
56
"damage_roll": null,
67
"duration": null,
78
"range": null,
9+
"shape_size": null,
810
"target_count": null,
911
"type": "default"
1012
}

0 commit comments

Comments
 (0)