Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
  • Loading branch information
awharn committed Nov 1, 2024
1 parent b3dda51 commit d37d431
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ describe("All test", () => {
const responses = response.stdout.toString() + response2.stdout.toString();

expect(response.stdout.toString()).toBeDefined();
expect(response2.stdout.toString()).toBeDefined;
expect(response2.stdout.toString()).toBeDefined();
expect(responses).toContain(
"Application input = LONG 100"
);
Expand Down

0 comments on commit d37d431

Please sign in to comment.