Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
Choose a base branch
Nothing to show
...
Choose a head branch
Nothing to show
  • 3 commits
  • 1 file changed
  • 0 commit comments
  • 1 contributor
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), 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)->

No commit comments for this range