fixup: test prettier

This commit is contained in:
Valere
2026-04-02 16:53:51 +02:00
parent 6dcb470162
commit 23f846a308
@@ -544,9 +544,7 @@ describe("LocalTransport", () => {
});
});
it(
"should not update advertised transport on delayID changes, but active should update",
async () => {
it("should not update advertised transport on delayID changes, but active should update", async () => {
// For simplicity, we'll just use the config livekit
customLivekitUrl.setValue("https://lk.example.org");
@@ -609,6 +607,5 @@ describe("LocalTransport", () => {
// No new emissions should've happened, it is the same transport. only auth and delegation of delay has changed
expect(advertisedValues.length).toEqual(1);
expect(activeValues.length).toEqual(4);
},
);
});
});