Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
SBML.jl
Commits
7c820907
Commit
7c820907
authored
Jun 22, 2021
by
Miroslav Kratochvil
Browse files
fix formatting in tests
parent
74e64ee7
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/ecoli_flux.jl
View file @
7c820907
...
...
@@ -18,7 +18,9 @@ end
@test
typeof
(
mdl
)
==
Model
@test_logs
(
:
error
,
"SBML reported error: File unreadable."
)
@test_throws
AssertionError
readSBML
(
sbmlfile
*
".does.not.really.exist"
)
@test_logs
(
:
error
,
"SBML reported error: File unreadable."
)
@test_throws
AssertionError
readSBML
(
sbmlfile
*
".does.not.really.exist"
,
)
@test
length
(
mdl
.
compartments
)
==
2
...
...
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