Skip to content

Commit

Permalink
Fixes #57 - reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Weber committed Apr 14, 2016
1 parent 5cfc1e8 commit d0ad930
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ShuntingModuleTest extends FlatSpec with MockFactory {
val mockPointSwitcher = mock[PointSwitcher]

// when
val moduleToTest = new ShuntingModule2 {
val moduleToTest = new TraditionalShuntingModule {
// the mock implementation will be used to wire the graph
override lazy val pointSwitcher = mockPointSwitcher
}
Expand Down

0 comments on commit d0ad930

Please sign in to comment.