Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

Commit

Permalink
Correct Unit Test (and the C.I. sorry)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmichalak committed Nov 1, 2017
1 parent eeef5f8 commit c8cab05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ public void getCurrentTrackInfo() throws Exception {
"<AbsCount>2147483647</AbsCount></u:GetPositionInfoResponse></s:Body></s:Envelope>";
MockHelper.mockCommandBuilder(response);
SonosDevice sonosDevice = new SonosDevice("127.0.0.1");
assertEquals(1, sonosDevice.getCurrentTrackInfo().getPlaylistPosition());
assertEquals(1, sonosDevice.getCurrentTrackInfo().getQueueIndex());
assertEquals("0:03:21", sonosDevice.getCurrentTrackInfo().getDuration());
assertEquals("0:00:17", sonosDevice.getCurrentTrackInfo().getPosition());
assertEquals("x-sonos-spotify:spotify%3atrack%3a2UAUITgVFXb27TV58EWE6L?sid=9&flags=0&sn=3",
Expand Down

0 comments on commit c8cab05

Please sign in to comment.