Skip to content

Commit

Permalink
Merge pull request #767 from CDCgov/usecase-test-rename
Browse files Browse the repository at this point in the history
Rename Test to be the Same as Its Use Case
  • Loading branch information
halprin authored Jan 15, 2024
2 parents b848274 + b00e79c commit a2e5a3b
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 a2e5a3b

Please sign in to comment.