Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf committed Jan 10, 2024
1 parent c36f9fe commit d27f858
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import kotlin.time.Duration.Companion.hours
import kotlin.time.Duration.Companion.minutes
import kotlin.time.Duration.Companion.nanoseconds
import kotlin.time.Duration.Companion.seconds
import kotlin.time.DurationUnit

// tests for conversion from a parsed representation into an Instant instance

Expand Down Expand Up @@ -207,7 +206,6 @@ class InstantTest {
val ts2 = 1_234_567_890_123_456_789L
val expected2 = Instant.fromEpochSeconds(1_234_567_890L, 123_456_789)
assertEquals(expected2, Instant.fromEpochNanoseconds(ts2))

}

// Select tests pulled from edge cases/tickets in the V2 Java SDK.
Expand Down

0 comments on commit d27f858

Please sign in to comment.