Skip to content

Commit

Permalink
test: fix utils import
Browse files Browse the repository at this point in the history
  • Loading branch information
barrientosvctor committed Jan 8, 2025
1 parent dc9d4ef commit 5aa16e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/abyss/palette_spec.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local palettes = require("abyss.palettes")
local test_utils = require("abyss.lib.util")
local test_utils = require("test.abyss.util.init")
local abyss = palettes.get_spec_from_palette("abyss")
local abyssboreal = palettes.get_spec_from_palette("abyss-boreal")

Expand Down

0 comments on commit 5aa16e0

Please sign in to comment.