Permalink
Browse files

More fixes..this time apt test

  • Loading branch information...
1 parent 68330a4 commit 2bab9600ffa8c02d5cf1044f2bc07349d9280eed @CrazyLemon CrazyLemon committed Sep 29, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/apt.coffee
View
@@ -11,7 +11,7 @@ describe 'apt.coffee', ->
it 'test .apt libssl-dev', (done)->
bot.test ".apt libssl-dev", (msg)->
expect(msg).to.be.a('string')
- msg.should.equal 'libssl-dev {precise (12.04LTS), trusty (14.04LTS), wily, xenial, yakkety}'
+ msg.should.equal 'libssl-dev {precise (12.04LTS), trusty (14.04LTS), xenial (16.04LTS), yakkety}'
done()
it 'test .aptf evp.h', (done)->

0 comments on commit 2bab960

Please sign in to comment.