Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port before_v0.60/config_management before_v0.60/language before_v0.60/prompt before_v0.60/tests #851

Merged
Prev Previous commit
Next Next commit
port tests/language/std/date.nu
  • Loading branch information
39555 committed May 26, 2024
commit a64329ba57c8c3311024a4589174586f872b065c
2 changes: 1 addition & 1 deletion modules/tests/language/std/date.nu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source lib/scripts.nu

def mock-now [] {
"2021-08-29 03:31:21.290597200 -05:00" | str to-datetime
"2021-08-29 03:31:21.290597200 -05:00" | into datetime
}

def people [] {
Expand Down