Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lehrstuhl für Informations- und Automatisierungssysteme
PyI40AAS
Commits
012aa9d8
Commit
012aa9d8
authored
Nov 02, 2020
by
Michael Thies
Browse files
Fix typo in tests
parent
17696fae
Pipeline
#351677
passed with stages
in 1 minute and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/adapter/aasx/test_aasx.py
View file @
012aa9d8
...
...
@@ -92,7 +92,7 @@ class AASXWriterTest(unittest.TestCase):
writer
.
write_core_properties
(
cp
)
assert
isinstance
(
w
,
list
)
# This should be True due to the record=True parameter
self
.
assertEqual
(
0
,
len
(
w
),
f
"Warnings were issued while writ
h
ing the AASX file: "
self
.
assertEqual
(
0
,
len
(
w
),
f
"Warnings were issued while writing the AASX file: "
f
"
{
[
warning
.
message
for
warning
in
w
]
}
"
)
# Read AASX file
...
...
Write
Preview
Supports
Markdown
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