3
0

Fix invalid references for progress page block

This commit is contained in:
Tomaž Jerman
2023-03-29 12:33:17 +02:00
parent 3707f7edae
commit d7d41c813c
6 changed files with 113 additions and 1 deletions

View File

@@ -234,7 +234,7 @@ func assertState(ctx context.Context, t *testing.T, s store.Storer, req *require
pg1 := pages.FindByHandle("test_ns_1_page_1")
req.NotNil(pg1)
req.Len(pg1.Blocks, 7)
req.Len(pg1.Blocks, 8)
// @todo test page block references
// spew.Dump(pg1.Blocks)

View File

@@ -78,6 +78,11 @@ namespace:
kind: Comment
options:
module: test_ns_1_mod_1
- title: Test Namespace 1 Page 1 Block 8
kind: Progress
options:
module: test_ns_1_mod_1
pages:
test_ns_1_record_page_1:
title: Test Namespace 1 Record Page 1