Unverified Commit f921cca8 authored by Hong Minhee's avatar Hong Minhee
Browse files

Fix misleading test description for shutdown()

parent 71361577
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -365,7 +365,7 @@ test("FedifySpanExporter", async (t) => {
    await exporter.forceFlush();
  });

  await t.step("shutdown() clears internal state", async () => {
  await t.step("shutdown() completes successfully", async () => {
    const kv = new MemoryKvStore();
    const exporter = new FedifySpanExporter(kv);
    await exporter.shutdown();