Skip to content

Commit

Permalink
Update tests (edges args)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamgriffiths committed Jul 3, 2024
1 parent c1a5bf7 commit febfad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Substrate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit febfad7

Please sign in to comment.