Skip to content

Commit

Permalink
another failing test because the function'plane' has not been created
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhodine-orleans-lindsay committed Jan 31, 2020
1 parent 2459bed commit 899a320
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions JavaScriptAirport/spec/airportSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ describe('Airport', function(){
it('can allow planes to land', function(){
expect(airport.land).not.toBeUndefined()
});
it('has no planes by default', function(){
expect(airport.plane()).toEqual([]);
});
});

0 comments on commit 899a320

Please sign in to comment.