Skip to content

Commit

Permalink
fix: fix isAlphaUin test cast
Browse files Browse the repository at this point in the history
  • Loading branch information
caijw committed Oct 15, 2018
1 parent 556354e commit e53b3d2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/bin/tsw/util/alpha.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ describe('test tsw/util/alpha', () => {
expect(alpha.isAlphaUin()).to.be.equal(false);
});

it('#check a num not skymode', () => {
config.skyMode = false;
const uid = 1;
expect(alpha.isAlphaUin(uid)).to.be.equal(undefined);
});

it('#update', () => {
alpha.update({ 1: true });
const uid = 1;
Expand Down

0 comments on commit e53b3d2

Please sign in to comment.