Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Nov 18, 2024
1 parent 9e9d96b commit e18ebf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
READER_NAME = "xps"
READER_CLASS = get_reader(READER_NAME)
# ToDo: make tests for all supported application definitions possible
NXDLS = ["NXxps"] # READER_CLASS.supported_nxdls
NXDLS = ["NXxps"] # READER_CLASS.supported_nxdls

test_cases = [
("phi_spe", "Phi .spe reader"),
Expand Down

0 comments on commit e18ebf0

Please sign in to comment.