mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
fix(tests): update initialization test to expect service to be truthy
This commit is contained in:
@@ -40,7 +40,7 @@ describe('ReturnProcessStore', () => {
|
||||
describe('Initialization', () => {
|
||||
it('should create an instance of ReturnProcessStore', () => {
|
||||
const spectator = createService();
|
||||
expect(spectator.service).toBeFalsy();
|
||||
expect(spectator.service).toBeTruthy();
|
||||
});
|
||||
|
||||
it('should have a nextId computed property', () => {
|
||||
|
||||
Reference in New Issue
Block a user