Skip to content

Commit 419f294

Browse files
test: removed organization name in assertion
1 parent aea5991 commit 419f294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sanity-check/api/organization-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe('Organization api test', () => {
4343
it('should fetch organization', done => {
4444
organization.fetch()
4545
.then((organizations) => {
46-
expect(organizations.name).to.be.equal('CLI Branches', 'Organization name dose not match')
46+
expect(organizations.name).not.to.be.equal(null, 'Organization does not exist')
4747
done()
4848
})
4949
.catch(done)

0 commit comments

Comments
 (0)