Skip to content

Commit

Permalink
Fix builtin require casing in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Sep 25, 2023
1 parent 3ddd8b4 commit 5efc8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/datetime/toUniversalTime.luau
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local DateTime = require("@lune/DateTime")
local DateTime = require("@lune/datetime")

local values = DateTime.fromIsoDate("2023-08-27T05:54:19Z"):toLocalTime()

Expand Down

0 comments on commit 5efc8da

Please sign in to comment.