Commit 495c23de authored by ChanHaeng Lee's avatar ChanHaeng Lee
Browse files

Fix lint error

parent 42fa9709
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -218,9 +218,8 @@ test("FederationBuilder", async (t) => {

  await t.step(
    "should handle symbol names uniquely in custom collection dispatchers",
    async () => {
    () => {
      const builder = createFederationBuilder<string>();
      const kv = new MemoryKvStore();

      // Create two unnamed symbols
      const unnamedSymbol1 = Symbol();