Skip to content

Commit

Permalink
chore: fixed e2e stream
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Nov 7, 2023
1 parent 89a5cb1 commit 4430503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/tasks.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ describe("Task Executor", function () {
return remoteProcess.waitForExit();
});
expect(stdout).toContain("Hello World");
expect(stderr).toContain("Hello World");
expect(stderr).toContain("Hello Golem");
expect(finalResult?.result).toContain("Ok");
expect(logger.logs).toContain("Demand published on the market");
expect(logger.logs).toContain("New proposal has been received");
Expand Down

0 comments on commit 4430503

Please sign in to comment.