We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb05c11 commit 09811f8Copy full SHA for 09811f8
tests/lib/commands/implementations/live.test.js
@@ -17,7 +17,7 @@ describe('!live Test', () => {
17
};
18
19
20
- it('responds correctly when stream is offline', function () {
+ it('responds with end time of newest stream when all streams are offline', function () {
21
const expected = new CommandOutput(
22
null,
23
`Stream was last online 2 days 11h ago. Time Streamed: 4h 35m.`,
0 commit comments