Skip to content

Commit

Permalink
fix: test alias update (#121)
Browse files Browse the repository at this point in the history
Just to trigger release
  • Loading branch information
bludzhd authored Aug 31, 2020
1 parent 6688c8c commit aa93a91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/suites/00-plans.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ describe('Plans suite', function PlansSuite() {
const hasSubscriptionName = (needle) => ({ name }) => name === needle;

assert.strictEqual(result.title, 'The Super Master');
assert.strictEqual(result.alias, 'thesupermaster');
assert.strictEqual(find(result.subs, hasSubscriptionName('month')).models, 100);
assert.strictEqual(find(result.subs, hasSubscriptionName('year')).price, 10.5);
assert.strictEqual(result.level, 10);
Expand Down

0 comments on commit aa93a91

Please sign in to comment.