Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoMoretti committed Oct 3, 2024
1 parent 1e35512 commit 9b3478c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/notion-cache-client/test/NotionCacheFiles.test.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import * as fs from "fs"
import * as path from "path"
import { createTempDir } from "@notion-fixtures/fixtures/utils"
import { describe, expect, it } from "vitest"

import { NotionCacheFiles } from "../src/NotionCacheFiles"
import { loadDataFromJson } from "../src/utils"
import { createTempDir } from "./utils"

const blockChildrenCacheFilename = "block_children_cache.json"
const databaseChildrenCacheFilename = "database_children_cache.json"
Expand Down

0 comments on commit 9b3478c

Please sign in to comment.