This commit is contained in:
Leandro Facchinetti 2020-07-09 12:35:02 +01:00
parent 9733d8daf3
commit c5fc764d2a
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ import qs from "qs";
test("create feed", async () => {
const identifier = await createFeed();
expect(await getFeed(identifier)).toMatch("My Feed");
});