Skip to content
Snippets Groups Projects
Commit 0c9d68b0 authored by Sander Bollen's avatar Sander Bollen
Browse files

Fix test

parent 2be6cdd6
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ class CnmopsTest extends TestNGSuite with Matchers {
def testVersionCommand() = {
val cn = new Cnmops(null)
cn.versionCommand.endsWith("--version") shouldBe true
cn.versionCommand.startsWith("'Rscript'") shouldBe true
cn.versionCommand.startsWith("Rscript") shouldBe true
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment