1
0
mirror of synced 2026-08-04 22:26:56 +00:00

FIX: Discourse.Model was removed. Use EmberObject instead (#10)

This commit is contained in:
Roman Rizzi
2020-05-06 19:06:14 -03:00
committed by GitHub
parent 3d9fe5fdce
commit 7ba08ab7da
8 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ QUnit.test("subscriptionRate", assert => {
assert.equal(
plan.get("subscriptionRate"),
"$23.99 AUD / month",
"23.99 AUD / month",
"it returns the formatted subscription rate"
);
});