Skip to content

Commit

Permalink
test: Don't test dates because AppVeyor changes them
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinrossetti committed Jul 11, 2021
1 parent 411d5cb commit f05d6e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/func/list.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ describe('Functional: list()', function () {
if (data.file === 'DirHex/sub2/f930abffa355e') {
expect(data.techInfo.get('Path')).to.equal('DirHex/sub2/f930abffa355e')
expect(data.techInfo.get('Size')).to.equal('9')
expect(data.techInfo.get('Modified')).to.equal('2018-09-29 09:06:15')
expect(data.techInfo.get('CRC')).to.equal('FEDC304F')
expect(data.techInfo.get('Encrypted')).to.equal('-')
expect(data.techInfo.get('Method')).to.equal('LZMA2:12')
Expand Down Expand Up @@ -187,7 +186,6 @@ describe('Functional: list()', function () {
if (data.file === 'DirHex/sub2/f930abffa355e') {
expect(data.techInfo.get('Path')).to.equal('DirHex/sub2/f930abffa355e')
expect(data.techInfo.get('Size')).to.equal('9')
expect(data.techInfo.get('Modified')).to.equal('2018-09-29 09:06:15')
expect(data.techInfo.get('CRC')).to.equal('FEDC304F')
expect(data.techInfo.get('Encrypted')).to.equal('-')
expect(data.techInfo.get('Method')).to.equal('Store')
Expand Down

0 comments on commit f05d6e2

Please sign in to comment.