Browse Source

Update LinkHelperTest.kt

Remove negative test for a URL that's invalid for Pleroma, but valid for Bookwyrm
pull/3936/head
Mike Barnes 3 years ago committed by GitHub
parent
commit
83de22950d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/src/test/java/com/keylesspalace/tusky/util/LinkHelperTest.kt

1
app/src/test/java/com/keylesspalace/tusky/util/LinkHelperTest.kt

@ -348,7 +348,6 @@ class LinkHelperTest {
arrayOf("https://pleroma.foo.bar/users/", false),
arrayOf("https://pleroma.foo.bar/users/meow/", false),
arrayOf("https://pleroma.foo.bar/users/@meow", false),
arrayOf("https://pleroma.foo.bar/user/2345", false),
arrayOf("https://pleroma.foo.bar/notices/123456", false),
arrayOf("https://pleroma.foo.bar/notice/@neverhappen/", false),
arrayOf("https://pleroma.foo.bar/object/abcdef-123-abcd-9876543", false),

Loading…
Cancel
Save