Fix tests
This commit is contained in:
parent
3cb90acb13
commit
4a2273c93c
@ -1,6 +1,7 @@
|
||||
empty: false
|
||||
id: 14047981
|
||||
mal_id: null
|
||||
anilist_id: null
|
||||
data:
|
||||
empty: false
|
||||
notes: 'Very formulaic.'
|
||||
|
@ -1,6 +1,7 @@
|
||||
empty: false
|
||||
id: 14047981
|
||||
mal_id: '12345'
|
||||
anilist_id: null
|
||||
data:
|
||||
empty: false
|
||||
notes: 'Very formulaic.'
|
||||
|
@ -1,6 +1,7 @@
|
||||
empty: false
|
||||
id: 14047983
|
||||
mal_id: '12347'
|
||||
anilist_id: null
|
||||
data:
|
||||
empty: false
|
||||
notes: ''
|
||||
|
@ -39,7 +39,7 @@ final class AnimeClientTest extends AnimeClientTestCase
|
||||
'z' => [3, 6, 9],
|
||||
],
|
||||
'foobar' => [
|
||||
'z' => 22 / 7,
|
||||
'z' => 3.1415926539,
|
||||
'a' => [
|
||||
'aa' => -8,
|
||||
'b' => [
|
||||
|
Loading…
Reference in New Issue
Block a user