mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-03 08:10:28 +00:00
fix casing
This commit is contained in:
parent
e0116417f7
commit
e4b7a70273
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ describe("first time user workflow (register, login, join group)", () => {
|
|||
|
||||
expect(response.status).toBe(200);
|
||||
expect(group.name).toBeTruthy();
|
||||
expect(group.currency).toBe("usd");
|
||||
expect(group.currency).toBe("USD");
|
||||
});
|
||||
|
||||
test("user should be able to join create join token and have user signup", async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue