Skip to content

Commit

Permalink
fix: upper/lower case for JSON test files
Browse files Browse the repository at this point in the history
  • Loading branch information
JPPortier committed Nov 13, 2023
1 parent 8054de2 commit 82c6498
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
@TestWithResources
public class WebHooksServiceTest extends BaseTest {

@GivenTextResource("/domains/sms/v1/MOBinaryDTO.json")
@GivenTextResource("/domains/sms/v1/MOBinaryDto.json")
String incomingSMSBinaryJsonString;

@GivenTextResource("/domains/sms/v1/MOTextDTO.json")
@GivenTextResource("/domains/sms/v1/MOTextDto.json")
String incomingSMSTextJsonString;

@GivenTextResource("/domains/sms/v1/DeliveryReportRecipientSMSDto.json")
Expand Down

0 comments on commit 82c6498

Please sign in to comment.