Skip to content

Commit

Permalink
fix default test
Browse files Browse the repository at this point in the history
  • Loading branch information
py-zoid committed Sep 20, 2024
1 parent d856824 commit 04238d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/defaultTest.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { expect } = require("chai");
const buildList = require("../../src/build");
const lists = require("../../src/listRegistry.json");
const buildList = require("../src/build");
const lists = require("../src/listRegistry.json");

describe("Test new token additions", () => {
const tokenlists = buildList();
Expand Down

0 comments on commit 04238d2

Please sign in to comment.