fixup: test prettier
This commit is contained in:
@@ -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);
|
||||
},
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user