Skip to content

The magic number 0.1 (100ms threshold) should be defined as a named constant to make the test more maintainable and self-documenting. Consider extracting it as let immediateResponseThreshold = 0.1. #34

@rismay

Description

@rismay

The magic number 0.1 (100ms threshold) should be defined as a named constant to make the test more maintainable and self-documenting. Consider extracting it as let immediateResponseThreshold = 0.1.

    #expect(secondDuration < immediateResponseThreshold)

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