Skip to content

Commit 9cdf9c4

Browse files
authored
Merge pull request #10 from RelationalAI/hnr-enable-user-tests
Enable back user tests
2 parents a876a93 + 532fe3f commit 9cdf9c4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rai-sdk/src/test/java/com/relationalai/UserTest.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ public class UserTest extends UnitTest {
3333
static UUID uuid = UUID.randomUUID();
3434
static String userEmail = String.format("java-sdk-%[email protected]", uuid);
3535

36-
// Created users are deleted from the account
37-
// but not deleted from the database.
38-
// We should enable back this test when
39-
// the behavior is addressed (delete also users from the database).
36+
@Test
4037
void testUser() throws HttpError, InterruptedException, IOException {
4138
var client = createClient();
4239

0 commit comments

Comments
 (0)