From febfad71812e18fc757f7be13c0c425f90431b0d Mon Sep 17 00:00:00 2001 From: Liam Griffiths Date: Wed, 3 Jul 2024 11:09:16 -0400 Subject: [PATCH] Update tests (edges args) --- tests/Substrate.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Substrate.test.ts b/tests/Substrate.test.ts index f835f1d..dc08d00 100644 --- a/tests/Substrate.test.ts +++ b/tests/Substrate.test.ts @@ -154,9 +154,9 @@ describe("Substrate", () => { expect(result).toEqual({ edges: [ - ["a", "b"], - ["a", "c"], - ["b", "c"], + ["a", "b", {}], + ["a", "c", {}], + ["b", "c", {}], ], initial_args: {}, nodes: [