Skip to content

Commit

Permalink
enable label test
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Jun 16, 2020
1 parent a4cac68 commit c780cd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ describe('Transmission', () => {
expect(torrent.downloadSpeed).toBe(0);
expect(torrent.eta).toBe(-1);
expect(torrent.isCompleted).toBe(false);
// TODO: labels should be working in transmission 3.0
// expect(torrent.label).toBe(undefined);
expect(torrent.label).toBe('test');
expect(torrent.name).toBe(torrentName);
expect(torrent.progress).toBeGreaterThanOrEqual(0);
expect(torrent.queuePosition).toBe(0);
Expand Down

0 comments on commit c780cd7

Please sign in to comment.