Skip to content

Commit

Permalink
add Timberline Lodge lifts to the test
Browse files Browse the repository at this point in the history
the test is still failing since we did not implement the parsers yet
  • Loading branch information
pirxpilot committed May 19, 2020
1 parent fe61858 commit 6d2b628
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/resorts/timberline-lodge.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ describe('parse timberline-lodge', function() {
stream.on('error', done);
stream.pipe(parser(parse, function(err, status) {
var expected = {
'lift 1': 'open',
'STORMIN’ NORMAN': 'open',
'MAGIC MILE': 'open',
'PALMER': 'scheduled'
};
should.exist(status);
status.should.eql(expected);
Expand Down

0 comments on commit 6d2b628

Please sign in to comment.