Skip to content

Commit

Permalink
ARRGH
Browse files Browse the repository at this point in the history
  • Loading branch information
Steel Brain committed Apr 20, 2019
1 parent 15975f7 commit a3631c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/main-spec.js
Expand Up @@ -24,7 +24,7 @@ describe('Main Module', function() {

it('works as a whole', async function() {
const _ = atom.packages.getLoadedPackage
const packageName = 'hydrogen'
const packageName = 'auto-semicolon'
spyOn(atom.packages, 'getLoadedPackage').andCallFake(function(name) {
if (name === 'some-package') {
return {
Expand Down Expand Up @@ -65,7 +65,6 @@ describe('Main Module', function() {
await wait(50)

const notifications = atom.notifications.getNotifications()
console.log('notifications', notifications)
expect(notifications.length).toBe(2)
expect(notifications[1].type).toBe('warning')
})
Expand Down

0 comments on commit a3631c7

Please sign in to comment.