Skip to content

Commit

Permalink
Write ROVR tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Ignatov committed May 9, 2023
1 parent 53b9ed5 commit f3ab8c1
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 3 deletions.
3 changes: 3 additions & 0 deletions BDZDelays/bdz-delays/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ let package = Package(
name: "ROVRTests",
dependencies: [
"ROVR",
],
resources: [
.process("Resources"),
]
),

Expand Down
2 changes: 1 addition & 1 deletion BDZDelays/bdz-delays/Sources/ROVR/RovrHTMLScraper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public enum RovrHTMLScraper {
case timetableParseError
}

public struct TrainData {
public struct TrainData: Equatable {
public let type: String
public let number: String
public let to: String
Expand Down
Loading

0 comments on commit f3ab8c1

Please sign in to comment.