Skip to content

Commit 411fd3a

Browse files
committed
Add missing test fixture
1 parent e580597 commit 411fd3a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"fields": {
4+
"test_field": 10
5+
},
6+
"model": "decimal_test.testmodel",
7+
"pk": 1
8+
}
9+
]

dbdiff/tests/test_mixin.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,20 @@
5555
"model": "contenttypes.contenttype",
5656
"pk": 7
5757
},
58+
{
59+
"fields": {
60+
"app_label": "nonintpk",
61+
"model": "nonintpk"
62+
},
63+
"model": "contenttypes.contenttype",
64+
"pk": 8
65+
},
5866
{
5967
"fields": {
6068
"app_label": "",
6169
"model": ""
6270
},
6371
"model": "contenttypes.contenttype",
64-
"pk": 8
72+
"pk": 9
6573
}
6674
]

0 commit comments

Comments
 (0)