Skip to content

Commit

Permalink
test(feature): ensure correct count of flow calculations
Browse files Browse the repository at this point in the history
There are no flow calculations for liquid accounts
  • Loading branch information
KennethTrecy committed May 25, 2024
1 parent 16253f4 commit d665d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Feature/Resource/FrozenPeriodTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ public function testDefaultCreate()
]);
$this->seeNumRecords(1, "frozen_periods", []);
$this->seeNumRecords(3, "summary_calculations", []);
$this->seeNumRecords(3, "flow_calculations", []);
$this->seeNumRecords(2, "flow_calculations", []);
}

public function testDefaultUpdate()
Expand Down

0 comments on commit d665d39

Please sign in to comment.