Skip to content

The magic number 0.8 (80% tolerance) should be defined as a named constant to make the test more maintainable and self-documenting. Consider extracting it as let minimumWaitTolerance = 0.8. #36

@rismay

Description

@rismay

The magic number 0.8 (80% tolerance) should be defined as a named constant to make the test more maintainable and self-documenting. Consider extracting it as let minimumWaitTolerance = 0.8.

    #expect(duration >= wait * minimumWaitTolerance)

Originally posted by @Copilot in #31 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions