Skip to content

Commit

Permalink
fixup! Replace all references to orgzly.com with orgzlyrevived.com
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed Aug 29, 2024
1 parent 344e822 commit c0ef21e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void testLinksMultiLine() {
assertThat(spannable.foundSpans[0].url, is("https://www.orgzlyrevived.com"));

assertThat(spannable.foundSpans[1].start, is(30));
assertThat(spannable.foundSpans[1].end, is(52));
assertThat(spannable.foundSpans[1].end, is(59));
assertThat(spannable.foundSpans[0].span, instanceOf(UrlLinkSpan.class));
assertThat(spannable.foundSpans[1].url, is("https://www.orgzlyrevived.com"));
}
Expand Down

0 comments on commit c0ef21e

Please sign in to comment.