Skip to content

Commit

Permalink
fix tests during the Web Payment WG grace period
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Nov 14, 2022
1 parent e061771 commit 42c2f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,13 @@ describe("Users", function () {
w3c.user(ian).groups().fetch(listChecker(done, "Community Groups Development Lead"));
});
it("have participations", function (done) {
w3c.user(ian).participations().fetch(listChecker(done, "Web Payments Working Group"));
w3c.user(ian).participations().fetch(listChecker(done, "Web Payment Security Interest Group"));
});
it("have specifications", function (done) {
w3c.user(ian).specifications().fetch(listChecker(done, "Accessibility Features of CSS"));
});
it("is team contact of", function (done) {
w3c.user(ian).teamcontactofgroups().fetch(listChecker(done, "Web Payments Working Group"));
w3c.user(ian).teamcontactofgroups().fetch(listChecker(done, "Web Payment Security Interest Group"));
});
});

Expand Down

0 comments on commit 42c2f15

Please sign in to comment.