Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add testing for sets and some type fixes (#159)
* fix: add testing for sets and some type fixes * Fix the refreshTTL tests. * "returns a miss after overriding the client timeout with a short duration" needed a sleep to be reliable. * "returns a miss after the client default when refreshTTL is false" needed to create the Set before testing its refresh. The TTL will always be applied when creating a new Set. * Switch those tests to a more compact and complete testing style. * fix: seed set for collection ttl tests in BeforeEach * fix: prefer less verbose Expect --------- Co-authored-by: Michael G. Schwern <schwern@pobox.com>
- Loading branch information