Skip to content

Commit

Permalink
✨ Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
damianpumar committed Aug 13, 2024
1 parent 7925669 commit c35f236
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ describe("useRunningEnvironment", () => {
expect(space).toEqual({
user: "USER_NAME_FAKE",
space: "AWESOME_SPACE",
host: "huggingface.co",
});
});
});
Expand Down

0 comments on commit c35f236

Please sign in to comment.