Skip to content

Commit

Permalink
Fix Play multi-version runner
Browse files Browse the repository at this point in the history
  • Loading branch information
big-guy committed Oct 2, 2019
1 parent 80e9538 commit 5fe23f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class PlayMultiVersionRunner extends AbstractMultiTestRunner {
return PlayCoverage.ALL
}

return [PlayMajorVersion.forPlayVersion(USER_PROVIDED_PLAY_VERSION_SYS_PROP)]
return [VersionNumber.parse(USER_PROVIDED_PLAY_VERSION_SYS_PROP)]
}
}

Expand Down

0 comments on commit 5fe23f6

Please sign in to comment.