-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: tests are not isolated (#181)
The `upload external asset correctly` test was asserting that `PutObject` would be called twice, but it was only called twice because a test run prior to it leaked a `PubObject` invocation that was counted towards the count of this test. If the test was run by itself, the `PutObject` count was `1`, not `2`, and the test would fail. Also remove a log statement that breaks the linter in the new repo.
- Loading branch information
Showing
2 changed files
with
9 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters