fix aircraft status field type in model

This commit is contained in:
Nabeel Shahzad
2018-03-30 21:45:11 -05:00
parent a3bfcf01b7
commit 9eb8ed1804
4 changed files with 10 additions and 4 deletions

View File

@@ -555,6 +555,8 @@ class ImporterTest extends TestCase
$this->assertEquals($subfleet->id, $aircraft->id);
$this->assertEquals('A320-211', $aircraft->name);
$this->assertEquals('N309US', $aircraft->registration);
$this->assertEquals('A', $aircraft->status);
$this->assertEquals(null, $aircraft->zfw);
}
/**