0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 15:32:40 +00:00

Merge branch 'master' into experimentalIDValidations

This commit is contained in:
G.Ambatte
2025-07-14 14:50:05 +12:00
committed by GitHub
5 changed files with 16 additions and 3 deletions

View File

@@ -1089,7 +1089,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,