Skip to content

Commit

Permalink
fix: add extra info to test data
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed Aug 23, 2024
1 parent 18e5505 commit d4d0c2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ def test_build_default_parameters(self):
"elevation": True,
"id": None,
"options": {},
"extra_info": None,
}

self.assertDictEqual(params, test_params)
Expand Down

0 comments on commit d4d0c2d

Please sign in to comment.