Skip to content

Commit

Permalink
fre more lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Sep 30, 2024
1 parent 4a022c1 commit d00ce02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package io.provenance.explorer.service.pricing.fetchers

import io.provenance.explorer.config.ExplorerProperties.Companion.UTILITY_TOKEN
import io.provenance.explorer.grpc.flow.FlowApiGrpcClient
import org.junit.jupiter.api.BeforeEach
import org.junit.jupiter.api.Test
import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.Assertions.assertTrue
import org.junit.jupiter.api.BeforeEach
import org.junit.jupiter.api.Test
import java.net.URI

class HistoricalPriceFetcherFactoryTest {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
package io.provenance.explorer.service.pricing.fetchers

import io.provenance.explorer.domain.models.OsmosisHistoricalPrice
import kotlinx.coroutines.runBlocking
import org.joda.time.DateTime
import org.joda.time.DateTimeZone
import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.BeforeEach
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import kotlinx.coroutines.runBlocking


class OsmosisPriceFetcherTest {

Expand Down

0 comments on commit d00ce02

Please sign in to comment.