Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
nastiausenko committed Apr 21, 2024
2 parents b4209fe + 34a50e4 commit 6e62298
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ void findByNullShortLinkTest() {
*/
@Test
void findByShortLinkNotFoundTest() {
assertThatThrownBy(() -> linkService.deleteByShortLink("http://link/short"))
assertThatThrownBy(() -> linkService.deleteByShortLink("https://link/short"))
.isInstanceOf(NoLinkFoundByShortLinkException.class);
}

Expand Down

0 comments on commit 6e62298

Please sign in to comment.