Skip to content

Commit 6d2b628

Browse files
committed
add Timberline Lodge lifts to the test
the test is still failing since we did not implement the parsers yet
1 parent fe61858 commit 6d2b628

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/resorts/timberline-lodge.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ describe('parse timberline-lodge', function() {
1111
stream.on('error', done);
1212
stream.pipe(parser(parse, function(err, status) {
1313
var expected = {
14-
'lift 1': 'open',
14+
'STORMIN’ NORMAN': 'open',
15+
'MAGIC MILE': 'open',
16+
'PALMER': 'scheduled'
1517
};
1618
should.exist(status);
1719
status.should.eql(expected);

0 commit comments

Comments
 (0)