Skip to content
Snippets Groups Projects
Commit 399ceb92 authored by Wernle, Alexandra Nicole's avatar Wernle, Alexandra Nicole
Browse files

Changed test_CMO_summaries function to assert 28 readings instead of 26 now...

Changed test_CMO_summaries function to assert 28 readings instead of 26 now that no readings are rejected
parent 0cccefe8
No related branches found
No related tags found
1 merge request!213Removed valid requirements, added valid as attribute to Absolutes, added features to handle spreadsheets that do not have 4 sets"
......@@ -87,7 +87,7 @@ def test_CMO_summaries():
assert_equal(reading.metadata["station"], "CMO")
assert_equal(reading.metadata["instrument"], 200803)
assert_equal(reading.pier_correction, 10.5)
assert_equal(len(readings), 26)
assert_equal(len(readings), 28)
assert readings[0].time > starttime
assert readings[-1].time < endtime
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment