Skip to content

Commit 83455aa

Browse files
committed
formatting
1 parent 591f740 commit 83455aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/sender.transport.test.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,8 @@ describe("Sender TCP suite", function () {
587587
/^Connection to .*1:9088 is closed$/,
588588
];
589589
const log = (
590-
level: "error" | "warn" | "info" | "debug",
591-
message: string,
590+
level: "error" | "warn" | "info" | "debug",
591+
message: string,
592592
) => {
593593
if (level !== "debug") {
594594
expect(message).toMatch(expectedMessages.shift());
@@ -610,9 +610,9 @@ describe("Sender TCP suite", function () {
610610

611611
// assert that only the first line was sent
612612
await assertSentData(
613-
proxy,
614-
false,
615-
"test,location=us temperature=17.1 1658484765000000000\n",
613+
proxy,
614+
false,
615+
"test,location=us temperature=17.1 1658484765000000000\n",
616616
);
617617
await sender.close();
618618
await proxy.stop();

0 commit comments

Comments
 (0)