Skip to content

Commit

Permalink
fix: wrong name for audit mock
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Feb 24, 2022
1 parent 2433f08 commit 457bc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/audit/audit.mock.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import stub from './audit.stub.json';

export const SimulatorMock = {
export const AuditMock = {
findAll: () => stub,
findOne: (id) => {
return stub.find((record) => record.id == id);
Expand Down

0 comments on commit 457bc29

Please sign in to comment.