Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cassiopee
jalhyd
Commits
3199a521
Commit
3199a521
authored
Sep 09, 2019
by
Mathias Chouet
🍝
Browse files
Updated spec
parent
9d62c9d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/iterator/paramvalues_iterator.spec.ts
View file @
3199a521
...
...
@@ -15,7 +15,7 @@ describe("paramvalues iterator : ", () => {
it
(
"
vide (1)
"
,
()
=>
{
const
p
=
new
ParamValues
();
expect
(()
=>
p
.
getValuesIterator
()).
toThrow
(
new
Error
(
"
ParamValueIterator : mode
de génération de valeurs
undefined incorrect
"
)
new
Error
(
"
ParamValueIterator : mode undefined incorrect
"
)
);
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment