Files
zulip/corporate
Alex Vandiver b06253049a stripe: Change assert_called to assert_called_once.
Prefer using `assert_called_once` to protect against places where a
mock might be reused, and in so doing have been previously called,
thus making the second usage of `assert_called` not assert anything of
note.
2020-09-23 15:29:47 -07:00
..