Skip to content

Commit

Permalink
Feat!(mongoose-audit): initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 authored Mar 10, 2024
1 parent 6f038a4 commit 1dca2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/mongoose-audit/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe("audit", function () {
const entry = audit[0];
expect(entry.changes["name"].to).toBe("Lucky");
expect(entry.changes["name"].type).toBe(AuditType.Add);
expect(entry.user).toBe("Unknown User")
expect(entry.user).toBe("Unknown")
expect(entry.entity).toBe("Test")
})
});
Expand Down

0 comments on commit 1dca2c6

Please sign in to comment.