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