We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type_id
1 parent 9212cbb commit 45c7b86Copy full SHA for 45c7b86
t/lib/t/MusicBrainz/Server/Controller/Area/Edit.pm
@@ -61,7 +61,10 @@ test 'Editing a (non-ended) area' => sub {
61
id => 5099,
62
name => 'Chicago',
63
},
64
- new => { name => 'wild onion' },
+ new => {
65
+ name => 'wild onion',
66
+ type_id => undef,
67
+ },
68
old => { name => 'Chicago' },
69
70
'The edit contains the right data',
0 commit comments