Skip to content

Commit

Permalink
chore: literal fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antusus authored Feb 23, 2024
1 parent fd17e29 commit 97ece0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/box/sdk/BoxItemTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void shouldgetSharedItemWithoutPasswordAndUseBaseClient() {
}

@Test
public void shouldgetSharedItemWitPasswordAndUseBaseClient() {
public void shouldgetSharedItemWithPasswordAndUseBaseClient() {
final String sharedLink = "https://app.box.com/s/kwio6b4ovt1264rnfbyqo1";
final String password = "letmein";
final String expectedSharedLinkHeaderValue = "shared_link=" + sharedLink + "&shared_link_password=" + password;
Expand Down

0 comments on commit 97ece0a

Please sign in to comment.