Skip to content

Conversation

@oliver-block
Copy link
Collaborator

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

Fixes #9

Replaces #10

@oliver-block
Copy link
Collaborator Author

import kotlin.test.assertTrue

class FeeEstimateEndpointTest {
class HistoricalFeeEstimateEndpointTest {
Copy link
Collaborator 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
Contributor

ACK 17336d5

looks good to me and fixes tests!

Copy link
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-block oliver-block merged commit 5f6e1d7 into main Aug 20, 2025
2 checks passed
@oliver-block oliver-block 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

4 participants