1
0
mirror of synced 2026-08-05 06:36:55 +00:00
This commit is contained in:
Rimian Perkins
2019-09-11 22:17:07 +10:00
parent 73258b10b9
commit 11b2917254
3 changed files with 2 additions and 3 deletions
@@ -31,7 +31,7 @@ componentTest("Discourse Patrons stripe card success", {
async test(assert) {
assert.expect(1);
this.set("onSubmit", (arg) => {
this.set("onSubmit", () => {
assert.ok(true, "payment method created");
});