Skip to content

Commit

Permalink
Tests: following is not VIP only.
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Jan 25, 2024
1 parent fa79874 commit eb93da4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/com/uwetrottmann/trakt5/services/UsersTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import com.uwetrottmann.trakt5.enums.RatingsFilter;
import com.uwetrottmann.trakt5.enums.SortBy;
import com.uwetrottmann.trakt5.enums.SortHow;
import org.junit.Ignore;
import org.junit.Test;
import org.threeten.bp.LocalTime;
import org.threeten.bp.OffsetDateTime;
Expand Down Expand Up @@ -217,6 +218,7 @@ public void test_reorderListItems() throws IOException {
assertThat(response.updated).isEqualTo(entries.size());
}

@Ignore("Following is now a VIP feature")
@Test
public void test_unfollowAndFollow() throws InterruptedException, IOException {
// unfollow first
Expand Down

0 comments on commit eb93da4

Please sign in to comment.