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

Fix ListBatchJobs unit-test for Go 1.23+ #6547

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

dkrotx
Copy link
Member

@dkrotx dkrotx commented Dec 9, 2024

What changed?
Fixed unit-tests running with Go 1.23

Why?
This happened because our assumption of dates in CLI is always UTC, but we
did't ask for this explicitely.

How did you test it?

Potential risks
There is no risk, since the dates conversion is a) cli-only b) we always assume UTC format by this test

Release notes

Documentation Changes

This happened because our assumption of dates in CLI is always UTC, but we
did't ask for this explicitely.
@dkrotx dkrotx merged commit 4f05e8a into cadence-workflow:master Dec 10, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants