Skip to content

Commit

Permalink
You shall pass!
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyLemon committed Nov 18, 2016
1 parent 2bab960 commit b3d2ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/apt.coffee
Expand Up @@ -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), xenial (16.04LTS), yakkety}'
msg.should.equal 'libssl-dev {precise (12.04LTS), trusty (14.04LTS), xenial (16.04LTS), yakkety (16.10), zesty}'
done()

it 'test .aptf evp.h', (done)->
Expand Down

0 comments on commit b3d2ce0

Please sign in to comment.