0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Add text property to test object

This commit is contained in:
G.Ambatte
2025-07-14 11:06:35 +12:00
committed by GitHub
parent 76b76b3bb6
commit 90ee08de42

View File

@@ -1056,7 +1056,7 @@ brew`);
describe('updateBrew', ()=>{
it('should return error on version mismatch', async ()=>{
const brewFromClient = { version: 1 };
const brewFromServer = { version: 1000 };
const brewFromServer = { version: 1000, text: '' };
const req = {
brew : brewFromServer,