Skip to content

run tests in github actions#13

Merged
oliver-unblocked merged 1 commit intomainfrom
github_actions
Aug 20, 2025
Merged

run tests in github actions#13
oliver-unblocked merged 1 commit intomainfrom
github_actions

Conversation

@oliver-unblocked
Copy link
Copy Markdown
Contributor

@oliver-unblocked oliver-unblocked commented Aug 18, 2025

Fixes #9

Replaces #10

@oliver-unblocked
Copy link
Copy Markdown
Contributor Author

import kotlin.test.assertTrue

class FeeEstimateEndpointTest {
class HistoricalFeeEstimateEndpointTest {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This caused gradle build to fail locally:

> Task :app:compileTestKotlin FAILED
e: file:////Development/augur/bitcoin-augur-reference/app/src/test/kotlin/xyz/block/augurref/api/FeeEstimateEndpointTest.kt:46:7 Redeclaration:
class FeeEstimateEndpointTest : Any
e: file:///Development/augur/bitcoin-augur-reference/app/src/test/kotlin/xyz/block/augurref/api/HistoricalFeeEstimateEndpointTest.kt:43:7 Redeclaration:
class FeeEstimateEndpointTest : Any
[Incubating] Problems report is available at: file:///Development/augur/bitcoin-augur-reference/build/reports/problems/problems-report.html

@kevkevinpal
Copy link
Copy Markdown
Contributor

ACK 17336d5

looks good to me and fixes tests!

Copy link
Copy Markdown
Collaborator

@laurenshareshian laurenshareshian left a comment

Choose a reason for hiding this comment

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

Thanks for this 🥇

@oliver-unblocked oliver-unblocked merged commit 5f6e1d7 into main Aug 20, 2025
2 checks passed
@oliver-unblocked oliver-unblocked deleted the github_actions branch August 20, 2025 05:25
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.

setup github actions to run automated tests

3 participants