Skip to content

Commit

Permalink
Update test_read.py
Browse files Browse the repository at this point in the history
changed single quotes to double quotes for black pre-commit.ci check
  • Loading branch information
upsonp authored Feb 27, 2024
1 parent 17c1bc8 commit 3c9b3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_ros_no_file_name(ros):
file = open(mode="rb", file=data_path.joinpath("CTD", "fixstation_hl_02.ros"))
stream = StringIO(file.read().decode("cp1252"))
data = ctd.rosette_summary(stream)
assert data._metadata['name'] == 'unknown'
assert data._metadata["name"] == "unknown"


# HeaderTest.
Expand Down

0 comments on commit 3c9b3f5

Please sign in to comment.