mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Some rule fixes.
This commit is contained in:
@@ -156,7 +156,7 @@ class CreateControllerTest extends TestCase
|
||||
'description' => 'D',
|
||||
'rule_triggers' => [
|
||||
[
|
||||
'name' => 'description_is',
|
||||
'type' => 'description_is',
|
||||
'value' => 'A',
|
||||
'stop_processing' => '0',
|
||||
|
||||
@@ -164,7 +164,7 @@ class CreateControllerTest extends TestCase
|
||||
],
|
||||
'rule_actions' => [
|
||||
[
|
||||
'name' => 'set_category',
|
||||
'type' => 'set_category',
|
||||
'value' => 'C',
|
||||
'stop_processing' => '0',
|
||||
|
||||
|
Reference in New Issue
Block a user