Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #53 from amarzavery/release-0.1.0
Browse files Browse the repository at this point in the history
IntRelease 0.1.0
  • Loading branch information
amarzavery committed Apr 23, 2018
2 parents 84d9d65 + 0fbda62 commit fb0e0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/retry.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe("retry function", function () {
}
});

it.only("should succeed if the operation initially fails with a retryable error and then succeeds.", async function () {
it("should succeed if the operation initially fails with a retryable error and then succeeds.", async function () {
let counter = 0;
try {
const operation = async () => {
Expand Down

0 comments on commit fb0e0ee

Please sign in to comment.