Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams authored Jul 25, 2022
1 parent f457ac7 commit 8006397
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pds_doi_service/core/actions/test/update_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,6 @@ def test_invalid_update_requests(self):
with self.assertRaises(CriticalDOIException):
self._update_action.run(**update_kwargs)

#@patch.object(
#
#)
#def test_update_doi(self):
# pass

if __name__ == "__main__":
unittest.main()

0 comments on commit 8006397

Please sign in to comment.