Skip to content

Commit

Permalink
Update insert.spec.luau
Browse files Browse the repository at this point in the history
  • Loading branch information
dphfox authored Oct 27, 2024
1 parent 95b55a1 commit 6a69a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Spec/Memory/insert.spec.luau
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local task = nil -- Disable usage of Roblox's task scheduler

local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Fusion = ReplicatedStorage.Fusion

local scoped = require(Fusion.Memory.scoped)
local doCleanup = require(Fusion.Memory.doCleanup)
local insert = require(Fusion.Memory.insert)

Expand Down

0 comments on commit 6a69a98

Please sign in to comment.