Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe("HttpConnection", () => {

const connection = new HttpConnection("http://tempuri.org", options);

const startPromise = connection.start(TransferFormat.Text)
const startPromise = connection.start(TransferFormat.Text);

await startingPromise;
const stopPromise = connection.stop();
Expand Down