Skip to content

Commit

Permalink
Merge pull request #186 from redbearsam/bug/fix_test_spec
Browse files Browse the repository at this point in the history
correct testData file reference
  • Loading branch information
matt-hooper authored May 7, 2019
2 parents 10004e1 + ec9ca7c commit 4d5bff0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

import {treeData} from "../../../../src/js/data/treeData";
import {data, splitData, mainValues, crossValues} from "./testData";
import {data, splitData, mainValues, crossValues} from "./testTreeData";

describe("treeData should", () => {
test("create a structure with the right number of levels", () => {
Expand Down

0 comments on commit 4d5bff0

Please sign in to comment.