Skip to content

Commit

Permalink
Update test for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Watters committed Aug 31, 2020
1 parent 9a73e22 commit 2a386d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_servo_webhooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def metrics(self) -> List[Metric]:
]

def test_version():
assert __version__ == '0.1.0'
assert __version__ == '0.2.0'

@respx.mock
async def test_webhook() -> None:
Expand Down

0 comments on commit 2a386d4

Please sign in to comment.