Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

bug fixes and unit tests #14

Merged
merged 2 commits into from
Nov 8, 2018
Merged

bug fixes and unit tests #14

merged 2 commits into from
Nov 8, 2018

Conversation

AlexCppns
Copy link
Contributor

No description provided.

@AlexCppns AlexCppns requested a review from maoueh November 7, 2018 21:27
@AlexCppns AlexCppns added enhancement New feature or request bug Something isn't working labels Nov 7, 2018
@@ -173,11 +173,11 @@ describe("client", () => {

expect.hasAssertions()
await expect(client.connect(noopListener)).resolves.toBeUndefined()
await client.send(getActionsMessage({ account: "test" }))
await client.send(getActionTracesMessage({ account: "test" }, { listen: true }))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to have { listen: true } has the default for getActionTraces. In fact, later on, we should even not permit to not use listen on some of the callbacks (like getActionTraces).

@maoueh maoueh merged commit 104a2fc into master Nov 8, 2018
@maoueh maoueh deleted the eosclient-tests branch November 8, 2018 04:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants