Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Gann committed Dec 19, 2023
1 parent 04f282c commit 96750d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/attributes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ describe("Execute AttributeQueries", () => {
expect(executeRelationshipAttributeQueryResult.result.content.value.value).toBe("AString");
});

// TODO: Tests lead to timout errors in the syncUntilHasMessages method => remove tests?
describe("Create Identity Attribute", () => {
test("Should share an Identity Attribute", async () => {
const attribute = await client1.attributes.createIdentityAttribute({
Expand Down

0 comments on commit 96750d0

Please sign in to comment.