mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: update unit test message
This commit is contained in:
parent
c1c92475a3
commit
8166d60358
@ -148,7 +148,7 @@ describe('BaseRepository', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('should updated and flatten by id and return one dummy data', async () => {
|
||||
it('should update and flatten by id and return one dummy data', async () => {
|
||||
jest.spyOn(dummyModel, 'findOneAndUpdate');
|
||||
const result = await dummyRepository.updateOne(
|
||||
createdId,
|
||||
|
Loading…
Reference in New Issue
Block a user