hypothesis / client

The Hypothesis web-based annotation client.
Other
642 stars 197 forks source link

Remove duplicated lines in tests #6664

Closed acelaya closed 1 week ago

acelaya commented 1 week ago

In https://github.com/hypothesis/client/pull/6662/commits/2a1441012893c041ba57095db38aba1dcf9f0e78, I added duplicated lines in a couple tests by mistake.

They don't break the tests, but make no sense and will be confusing in future, so I'm removing them.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.43%. Comparing base (a6109db) to head (bde34ed). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6664 +/- ## ======================================= Coverage 99.43% 99.43% ======================================= Files 271 271 Lines 10200 10200 Branches 2424 2424 ======================================= Hits 10142 10142 Misses 58 58 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.