Skip to content

Commit

Permalink
fix tests for Volume in Status
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed Feb 8, 2018
1 parent 384ddf0 commit 65d9b60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions siren/watch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ OK
SongID: "220",
Elapsed: "37.918",
Duration: "213",
Volume: "61",
},
},

Expand Down Expand Up @@ -156,6 +157,7 @@ OK
SongID: "505",
Elapsed: "11.342",
Duration: "198.896",
Volume: "30",
},
},
// 0.20 stopped
Expand All @@ -180,6 +182,7 @@ OK
SongID: "705",
Elapsed: "",
Duration: "",
Volume: "-1",
},
},
} {
Expand Down

0 comments on commit 65d9b60

Please sign in to comment.