Skip to content

Commit

Permalink
Revert "✅ Update test"
Browse files Browse the repository at this point in the history
This reverts commit bbf8067.
  • Loading branch information
gianluca-pepe committed Aug 27, 2024
1 parent 5767280 commit 52c3b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parser-v3.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ describe('It should parse edges correctly', () => {

const grapholParser = new GrapholParser(books3)
grapholParser.parseGraphol()
const grapholEdge = grapholParser.getGrapholEdgeFromXML(parseSingleNode(edgeMock, 'edge'), 1)
const grapholEdge = grapholParser.getGrapholEdgeFromXML(parseSingleNode(edgeMock, 'edge'), 0)

test('It should create GrapholEdge', () => {
expect(grapholEdge).toBeDefined()
Expand Down

0 comments on commit 52c3b90

Please sign in to comment.