Skip to content
Snippets Groups Projects
Commit 7146344c authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Fix: Add missing else.

parent 001c9c12
No related branches found
No related tags found
No related merge requests found
......@@ -136,8 +136,7 @@
} catch {
testCasesValue = $session.testCases
}
}
{
} else {
testCasesValue = $session.testCases
}
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment