From dac8393bccaa2d14d54b17ae6ed5392b0d876994 Mon Sep 17 00:00:00 2001 From: Kyle Peacock Date: Thu, 29 Sep 2022 14:01:21 -0700 Subject: [PATCH] fix: time tests only use faketimers once (#634) * fix: time tests only use faketimers once * changelog --- docs/generated/changelog.html | 4 +- packages/agent/src/agent/http/http.test.ts | 182 ++++++++++----------- 2 files changed, 87 insertions(+), 99 deletions(-) diff --git a/docs/generated/changelog.html b/docs/generated/changelog.html index c23d4d2c0..9e4cc4be0 100644 --- a/docs/generated/changelog.html +++ b/docs/generated/changelog.html @@ -16,13 +16,11 @@

Version 0.14.0

Adds retry logic to HttpAgent. By default, retries three times before throwing an error, to offer a more cohesive workflow +
  • fixes flaky tests for syncTime
  • Adds a top-level fetchCandid() function which retrieves the Candid interface for a given canister id.
  • - -

    Version 0.13.4

    -