mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 07:38:29 +00:00
Improve test coverage.
This commit is contained in:
@@ -1256,7 +1256,7 @@ class RecurrenceControllerTest extends TestCase
|
||||
[
|
||||
'message' => 'The given data was invalid.',
|
||||
'errors' => [
|
||||
'description' => [
|
||||
'repetitions' => [
|
||||
'Need at least one repetition.',
|
||||
],
|
||||
],
|
||||
@@ -1309,7 +1309,7 @@ class RecurrenceControllerTest extends TestCase
|
||||
[
|
||||
'message' => 'The given data was invalid.',
|
||||
'errors' => [
|
||||
'description' => [
|
||||
'transactions' => [
|
||||
'Need at least one transaction.',
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user