Skip to content

Commit

Permalink
Feat: Add test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
rahls7 committed Nov 15, 2019
1 parent 2fa3319 commit 3c1aa42
Show file tree
Hide file tree
Showing 5 changed files with 358 additions and 252 deletions.
2 changes: 1 addition & 1 deletion gtfs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ class Gtfs {
* @return {Object} Pathway object
*/
getPathwayWithPathwayId(pathwayId) {
return getters.getItemWithIndexes(pathwayId, 'pathways', this);
return getters.getItemWithIndex(pathwayId, 'pathways', this);
}

/**
Expand Down
Loading

0 comments on commit 3c1aa42

Please sign in to comment.