mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Fix builtin require casing in test file
This commit is contained in:
parent
3ddd8b4676
commit
5efc8da300
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
local DateTime = require("@lune/DateTime")
|
||||
local DateTime = require("@lune/datetime")
|
||||
|
||||
local values = DateTime.fromIsoDate("2023-08-27T05:54:19Z"):toLocalTime()
|
||||
|
||||
|
|
Loading…
Reference in a new issue