Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Sri Krishna Paritala <[email protected]>
  • Loading branch information
srikrsna-buf committed Feb 18, 2025
1 parent c991780 commit 9f4983e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ describe("transformInvokeImplementation()", () => {
expect(next.value).toBe(2);
reqCount++;
}
expect(reqCount).toBe(2)
expect(reqCount).toBe(2);
responseHeader.set("Key", "bar");
responseTrailer.set("TKey", "tbar");
yield { value: "foo" };
Expand Down

0 comments on commit 9f4983e

Please sign in to comment.