Skip to content

fixes stop time in UITestBase.kt#570

Merged
vmiklos merged 1 commit intovmiklos:masterfrom
Rikul:fix-test
Feb 8, 2026
Merged

fixes stop time in UITestBase.kt#570
vmiklos merged 1 commit intovmiklos:masterfrom
Rikul:fix-test

Conversation

@Rikul
Copy link
Copy Markdown
Contributor

@Rikul Rikul commented Feb 7, 2026

No description provided.

@vmiklos
Copy link
Copy Markdown
Owner

vmiklos commented Feb 8, 2026

https://github.com/vmiklos/plees-tracker/actions/runs/21787974761/job/62884605092?pr=570 fails with:

app/src/androidTest/java/hu/vmiklos/plees_tracker/UITestBase.kt:49:1: Trailing space(s)

Let me fix that for you.


val stop = Calendar.getInstance()
start.set(Calendar.HOUR_OF_DAY, 23)
stop.set(Calendar.HOUR_OF_DAY, 23)
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, good catch. It's amazing that seemingly this worked with the start vs stop typo so far. Thanks.

@vmiklos vmiklos merged commit c7b8077 into vmiklos:master Feb 8, 2026
1 check passed
@Rikul Rikul deleted the fix-test branch February 8, 2026 17:16
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