Skip to content

Commit

Permalink
[Short] Remove unnecessary traits from ApiSubmissionServiceSpec (#11254)
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
pbatko-da authored Oct 19, 2021
1 parent 6b65a72 commit 87f1418
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import com.codahale.metrics.MetricRegistry
import com.daml.error.{ErrorCause, ErrorCodesVersionSwitcher}
import com.daml.ledger.api.domain.{CommandId, Commands, LedgerId, PartyDetails, SubmissionId}
import com.daml.ledger.api.messages.command.submission.SubmitRequest
import com.daml.ledger.api.testing.utils.AkkaBeforeAndAfterAll
import com.daml.ledger.api.{DeduplicationPeriod, DomainMocks}
import com.daml.ledger.configuration.{Configuration, LedgerTimeModel}
import com.daml.ledger.participant.state.index.v2.{
Expand All @@ -17,7 +16,6 @@ import com.daml.ledger.participant.state.index.v2.{
}
import com.daml.ledger.participant.state.v2.WriteService
import com.daml.ledger.participant.state.{v2 => state}
import com.daml.ledger.resources.TestResourceContext
import com.daml.lf
import com.daml.lf.command.{Commands => LfCommands}
import com.daml.lf.crypto.Hash
Expand Down Expand Up @@ -55,9 +53,7 @@ class ApiSubmissionServiceSpec
with Matchers
with Inside
with MockitoSugar
with ArgumentMatchersSugar
with AkkaBeforeAndAfterAll
with TestResourceContext {
with ArgumentMatchersSugar {

import TransactionBuilder.Implicits._

Expand Down

0 comments on commit 87f1418

Please sign in to comment.