Skip to content

Commit

Permalink
Fix missing version string update in test (sigh)
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar committed Mar 3, 2016
1 parent bdf5d01 commit 830eb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/raven.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ describe('globals', function() {
extra: {'session:duration': 100},
});
assert.deepEqual(opts.auth, {
sentry_client: 'raven-js/2.1.0',
sentry_client: 'raven-js/2.2.0',
sentry_key: 'abc',
sentry_secret: 'def',
sentry_version: '7'
Expand Down

1 comment on commit 830eb04

@mattrobenolt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

Please sign in to comment.