Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsocha2 committed Dec 5, 2024
1 parent 2d2cf85 commit a25018e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/box/sdk/BoxLegalHoldPolicyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public void testCreateOngoingNewLegalHoldPolicySucceedsAndSendsCorrectJson() {
}

@Test
public void testCreateOngoingWithSTartDateNewLegalHoldPolicySucceedsAndSendsCorrectJson() throws ParseException {
public void testCreateOngoingWithStartDateNewLegalHoldPolicySucceedsAndSendsCorrectJson() throws ParseException {
final String legalHoldsURL = "/2.0/legal_hold_policies";
final String policyID = "11111";
final String createdByID = "33333";
Expand Down

0 comments on commit a25018e

Please sign in to comment.