Skip to content

Commit

Permalink
add to NOAA-OWP#257. fix field name reference in test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney committed Feb 10, 2023
1 parent d63b9cf commit 2d36e3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def test_get_data_1_b(self):

data_dict = json.loads(self.manager.get_data(dataset_name, item_name=serial_file_name).decode())

self.assertEqual(dataset_name, data_dict[Dataset._KEY_NAME])
self.assertEqual(dataset_name, data_dict["name"])

def test_list_files_1_a(self):
"""
Expand Down

0 comments on commit 2d36e3a

Please sign in to comment.