Skip to content

Commit

Permalink
Rename the send order use case test to be the same as the use case it…
Browse files Browse the repository at this point in the history
…self
  • Loading branch information
halprin committed Jan 12, 2024
1 parent b848274 commit b00e79c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import gov.hhs.cdc.trustedintermediary.wrappers.Logger
import gov.hhs.cdc.trustedintermediary.wrappers.MetricMetadata
import spock.lang.Specification

class SendOrderUsecaseTest extends Specification {
class SendOrderUseCaseTest extends Specification {

def mockOrchestrator = Mock(PartnerMetadataOrchestrator)
def mockConverter = Mock(OrderConverter)
Expand Down

0 comments on commit b00e79c

Please sign in to comment.