190 |
is( $schema->resultset('ActionLog')->count(), 2, 'Log was added' ); |
190 |
is( $schema->resultset('ActionLog')->count(), $action_logs + 2, 'Log was added' ); |
191 |
is( $schema->resultset('Statistic')->count(), 2, 'No action added to statistics, because of credit type' ); |
191 |
is( $schema->resultset('Statistic')->count(), $action_logs + 2, 'No action added to statistics, because of credit type' ); |