Skip to content

Commit

Permalink
poprawka testow
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-boduch committed Jan 2, 2018
1 parent 7fa543e commit 892d308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/JobPostingCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ public function createPremiumOfferWithoutInvoice(FunctionalTester $I)
$I->assertEquals(null, $invoice->country_id);

$item = $I->grabRecord(\Coyote\Invoice\Item::class, ['invoice_id' => $invoice->id]);
$I->assertEquals(40, $item->price);
$I->assertEquals(30, $item->price);
$I->assertEquals(1.23, $item->vat_rate);
}

Expand Down

0 comments on commit 892d308

Please sign in to comment.