yohei0125 4 anni fa
parent
commit
aca9bdf13f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/app/test/integration/service/pagev5.test.ts

+ 1 - 1
packages/app/test/integration/service/pagev5.test.ts

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