codeandtheory / ynetwork-ios

A networking layer for iOS and tvOS.
Apache License 2.0
4 stars 2 forks source link

[Issue-9] Fix flaky unit test #11

Closed mpospese closed 1 year ago

mpospese commented 1 year ago

Introduction

Recently we've had one flaky unit test that's been acting up. We should fix its behavior.

Purpose

Fix #9 flaky unit test (testing behavior of cancel on background upload request).

Scope

Discussion

The download manager cancel test had not (yet) been flaky, but we should probably adopt the same behavior for both tests. I also set the tests to execute in random order (this should already have been the case).

📈 Coverage

Code

94.4%

image
Documentation

100%

image