Skip to content

Commit

Permalink
include 'derived' column in attribute tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aaarendt committed Oct 7, 2024
1 parent 2e2a41c commit 9daf84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class TestDB(DBSetup):
['depth', 'value', 'bottom_depth', 'comments', 'sample_a',
'sample_b', 'sample_c']
raster_atts = meas_atts + ['raster', 'description']
measurement_types_attributes = ['name', 'units']
measurement_types_attributes = ['name', 'units','derived']
DOI_attributes = ['doi', 'date_accessed']

def setup_class(self):
Expand Down

0 comments on commit 9daf84b

Please sign in to comment.