Covered the final lines.

This commit is contained in:
James Cole
2014-12-31 08:11:00 +01:00
parent 64311da4b4
commit 6d03ddadcc
3 changed files with 55 additions and 5 deletions

View File

@@ -239,7 +239,7 @@ class TestContentSeeder extends Seeder
'match' => 'huur,portaal',
'amount_min' => 500,
'amount_max' => 700,
'date' => '2014-01-12',
'date' => '2014-01-01',
'active' => 1,
'automatch' => 1,
'repeat_freq' => 'monthly',
@@ -255,8 +255,8 @@ class TestContentSeeder extends Seeder
'match' => 'no,match',
'amount_min' => 500,
'amount_max' => 700,
'date' => '2014-01-12',
'active' => 0,
'date' => '2014-01-01',
'active' => 1,
'automatch' => 1,
'repeat_freq' => 'monthly',
'skip' => 0,