Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 6d6f8f4

Browse files
committed
test: remove duplicated test
1 parent af51b4f commit 6d6f8f4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/index.spec.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,6 @@ describe("react-admin-client methods used with node", () => {
137137
const fixture = await readFixture(fixtureId);
138138
expect(fixture.id).toEqual(fixtureId);
139139
});
140-
141-
it("first fixture of behavior user2 should exist", async () => {
142-
const behaviors = await readBehaviors();
143-
const fixtureId = behaviors[1].fixtures[0];
144-
const fixture = await readFixture(fixtureId);
145-
expect(fixture.id).toEqual(fixtureId);
146-
});
147140
});
148141

149142
describe("when reading settings", () => {

0 commit comments

Comments
 (0)