Skip to content

Commit c35f236

Browse files
committed
✨ Fix unit test
1 parent 7925669 commit c35f236

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

argilla-frontend/v1/infrastructure/services/useRunningEnvironment.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ describe("useRunningEnvironment", () => {
6565
expect(space).toEqual({
6666
user: "USER_NAME_FAKE",
6767
space: "AWESOME_SPACE",
68+
host: "huggingface.co",
6869
});
6970
});
7071
});

0 commit comments

Comments
 (0)