|
@@ -832,7 +832,7 @@ describe('PageService page operations with only public pages', () => {
|
|
|
deletedRevisions.forEach((revision) => {
|
|
deletedRevisions.forEach((revision) => {
|
|
|
expect(revision).toBeNull();
|
|
expect(revision).toBeNull();
|
|
|
});
|
|
});
|
|
|
- // tag should exist
|
|
|
|
|
|
|
+ // tag should NOT be null
|
|
|
tags.forEach((tag) => {
|
|
tags.forEach((tag) => {
|
|
|
expect(tag).toBeTruthy();
|
|
expect(tag).toBeTruthy();
|
|
|
});
|
|
});
|