implemented editAwayStandings

This commit is contained in:
Jonathan Lamothe
2020-01-16 15:00:08 -05:00
parent 49963277be
commit 9c7c295a4b
5 changed files with 10 additions and 4 deletions

View File

@@ -47,4 +47,5 @@ spec = describe "EditStandings" $ mapM_
-- label, function, expected mode
[ ( "editStandings", editStandings, ESMMenu )
, ( "editHomeStandings", editHomeStandings, ESMHome )
, ( "editAwayStandings", editAwayStandings, ESMAway )
]