Skip to content

Commit a1ca41e

Browse files
authored
[BUGFIX] Merge Migrations & fix failing test (open5e#741)
1 parent 24e66e7 commit a1ca41e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
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 2025-05-20 07:29
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('api_v2', '0043_alter_image_options_alter_rule_options_and_more'),
10+
('api_v2', '0044_remove_weapon_is_finesse_remove_weapon_is_heavy_and_more'),
11+
]
12+
13+
operations = [
14+
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
}
7676
},
7777
{
78-
"detail": "range 150/",
78+
"detail": "range 150/600",
7979
"property": {
8080
"name": "Ammunition",
8181
"url": "http://localhost:8000/v2/weaponproperties/srd-2014_ammunition-wp/"

0 commit comments

Comments
 (0)