Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
OutOfBedlam committed Sep 30, 2024
1 parent 2f9bcfc commit 501c811
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mods/tql/conv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ func TestConvTimeLocation(t *testing.T) {
require.Equal(t, "UTC", runTest("UTC"))
require.Equal(t, "Africa/Abidjan", runTest("GMT"))
require.Equal(t, "Europe/London", runTest("Europe/London"))
require.Equal(t, "ETC/GMT", runTest("ETC/GMT"))
require.Equal(t, "Asia/Seoul", runTest("KST"))
require.Equal(t, "Asia/Seoul", runTest("Asia/Seoul"))
require.Equal(t, "Africa/Cairo", runTest("EEST"))
Expand Down

0 comments on commit 501c811

Please sign in to comment.