Fix: correct import path for preferences module

This commit is contained in:
2026-01-16 12:04:09 -05:00
parent 6a69a524ea
commit 258b29f5f0
3 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ describe("preferences", function()
package.loaded["codetyper.preferences"] = nil
package.loaded["codetyper.utils"] = nil
preferences = require("codetyper.preferences")
preferences = require("codetyper.config.preferences")
utils = require("codetyper.utils")
-- Clear cache before each test