Skip to content

Commit

Permalink
Fix: test/rooms.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chlehdwon committed Mar 28, 2024
1 parent d1a04f5 commit d433687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/services/rooms.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe("[rooms] 6.searchByUserHandler", () => {
});

// 7. 1분이 지난 후, 정산 정보를 불러옴. 예상과 같은 정보를 불러오는지 확인
describe("[rooms] 7.commitsettlementHandler", () => {
describe("[rooms] 7.commitSettlementHandler", () => {
it("should return information of room and commit settlement", async () => {
const testUser1 = await userModel.findOne({ id: "test1" });
const testRoom = await roomModel.findOne({ name: "test-room" });
Expand Down

0 comments on commit d433687

Please sign in to comment.