package com.plexsdk.services; import static org.junit.Assert.assertTrue; import com.plexsdk.models.*; import org.junit.jupiter.api.*; class MediaServiceTest { // @MediaServiceTest // @DisplayName("Test that Media is working") // public void test() {} // TODO: Write tests for markPlayed // TODO: Write tests for markUnplayed // TODO: Write tests for updatePlayProgress }