Skip to content

Commit

Permalink
align unit test to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
codingPF committed Jun 7, 2024
1 parent bd3cc4f commit e46f16f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public void test() {
expectedDuration,
expectedDescription,
expectedWebsite);
assertThat(actual.get().getUrl(), equalTo(expectedDownloadUrl));
assertThat(actual.get().getUrl().get(), equalTo(expectedDownloadUrl));
assertThat(actual.get().getUrlSignLanguage(), equalTo(expectedDownloadUrlSignLanguage));
}

Expand Down

0 comments on commit e46f16f

Please sign in to comment.