fix casing

This commit is contained in:
Hayden 2022-10-15 12:11:54 -08:00
parent e0116417f7
commit e4b7a70273

View file

@ -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 () => {