Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Sep 17, 2021
1 parent 9f1d9b8 commit f8cee60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const app = {
const plugin = {
batteries: [ '0', '1' ],
engines: [ 'port' ],
tanks: ['fuel']
tanks: ['fuel'],
air: ['outside']
}

function load_calcs () {
Expand Down

0 comments on commit f8cee60

Please sign in to comment.