mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-29 11:31:28 -05:00
fix bats test comment typo
This commit is contained in:
@@ -41,8 +41,8 @@ dolt init"
|
||||
|
||||
#bats test_tags=no_lambda
|
||||
@test "tzdata: CONVERT_TZ works without timezone database" {
|
||||
# See https://pkg.go.dev/time#LoadLocation for where IANA database locations checked. Here we assume Dolt always
|
||||
# embeds the timezone database for environments without it.
|
||||
# See https://pkg.go.dev/time#LoadLocation for IANA database locations checked. Here want to see Dolt always embed
|
||||
# the IANA database for environments without it (otherwise NULL is returned).
|
||||
run dolt sql -q "SELECT CONVERT_TZ('2023-01-01 12:00:00','UTC','America/New_York') AS iana_ok;"
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" =~ "iana_ok" ]] || false
|
||||
|
||||
Reference in New Issue
Block a user