fix: refs #7253 check booked add new restriction to be tested
gitea/salix/pipeline/pr-test This commit looks good Details

This commit is contained in:
Pablo Natek 2024-04-23 10:00:11 +02:00
parent 60d5b9e4aa
commit 06e743f5da
1 changed files with 1 additions and 1 deletions

View File

@ -76,6 +76,6 @@ describe('Entry basic data path', () => {
expect(confirmed).toBe('checked');
expect(inventory).toBe('checked');
expect(raid).toBe('checked');
expect(booked).toBe('checked');
expect(booked).toBe('unchecked');
});
});