Page MenuHomeSoftware Heritage

Fix retry tests.
ClosedPublic

Authored by vlorentz on Mar 6 2020, 2:45 PM.

Details

Reviewers
ardumont
Group Reviewers
Reviewers
Commits
rDSTO6fe9de4d601e: Fix retry tests.
Summary

mock_memory.has_calls does not exist; so calling it returns a MagicMock.

Diff Detail

Repository
rDSTO Storage manager
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

mock_memory.has_calls does not exist; so calling it returns a MagicMock.

darn it, (T.T)

i read about that mistake somewhere...

Nice catch.

This revision is now accepted and ready to land.Mar 6 2020, 3:14 PM
This revision was landed with ongoing or failed builds.Mar 6 2020, 3:53 PM
Closed by commit rDSTO6fe9de4d601e: Fix retry tests. (authored by vlorentz). · Explain Why
This revision was automatically updated to reflect the committed changes.