Skip to content

Commit

Permalink
Corrected length for sammy.js.
Browse files Browse the repository at this point in the history
Why would the length change for the same release??
  • Loading branch information
shimaore committed Apr 24, 2012
1 parent 4789eea commit 26e65b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/assets.coffee
Expand Up @@ -111,7 +111,7 @@ port = 15200
c = t.client(zapp.app)
c.get '/zappa/sammy.js', (err, res) ->
t.equal 'content-type', res.headers['content-type'], 'application/javascript'
t.equal 'length', res.headers['content-length'], '18585'
t.equal 'length', res.headers['content-length'], '18583'

zappa: (t) ->
t.expect 'content-type', 'snippet'
Expand Down

0 comments on commit 26e65b4

Please sign in to comment.