Commit 5008f056 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

test: fix the use of quotes to check the QupstrUnit argument of CreateInputsModel

Refs #110
Showing with 1 addition and 1 deletion
+1 -1
......@@ -51,7 +51,7 @@ test_that("'QupstrUnit' must correspond to one possible value", {
BasinAreas = BasinAreas,
QupstrUnit = "m3/h"
),
regexp = "'arg' should be one of “mm”, “m3”, “m3/s”, “l/s"
regexp = "'arg' should be one of \"mm\", \"m3\", \"m3/s\", \"l/s\""
)
})
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment