Skip to content

Commit d757db9

Browse files
authored
Merge pull request #31605 from dotnet-maestro-bot/merge/release/5.0-to-main
[automated] Merge branch 'release/5.0' => 'main'
2 parents a5864bb + 9bf03a2 commit d757db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/clients/ts/signalr/tests/HttpConnection.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ describe("HttpConnection", () => {
152152

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

155-
const startPromise = connection.start(TransferFormat.Text)
155+
const startPromise = connection.start(TransferFormat.Text);
156156

157157
await startingPromise;
158158
const stopPromise = connection.stop();

0 commit comments

Comments
 (0)