mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
fix test
This commit is contained in:
parent
f7099d8bf5
commit
8e4db99c9c
@ -200,7 +200,7 @@ describe('probeService', () => {
|
||||
expect(fetchedProbe!.name).toBe(name);
|
||||
expect(fetchedProbe?._id).toBeTruthy();
|
||||
expect(fetchedProbe?.key).toBeFalsy();
|
||||
expect(fetchedProbe?.createdAt).toBeFalsy();
|
||||
expect(fetchedProbe?.createdAt).toBeTruthy(); // this is the default column and it should be always truthy
|
||||
expect(fetchedProbe?.createdByUserId).toBeFalsy();
|
||||
expect(fetchedProbe?.probeVersion).toBeFalsy();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user