Skip to content

Commit

Permalink
Squash me
Browse files Browse the repository at this point in the history
  • Loading branch information
fred3m committed Sep 22, 2023
1 parent 25110ee commit 89f3aac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,5 @@ def test_query_columns(self):
self.assertTupleEqual(row, true_row)

def test_calculate_bounds(self):
command = {
"name": "get bounds",
"parameters": {
"table": "ExposureInfo",
"column": "dec",
},
}
result = lras.database.calculate_bounds("ExposureInfo", "dec", self.engine)
self.assertTupleEqual(result, (-40, 50))

0 comments on commit 89f3aac

Please sign in to comment.