Explorar o código

change comment

yohei0125 %!s(int64=4) %!d(string=hai) anos
pai
achega
aca9bdf13f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
       });