diff --git a/sui/storages/local/page_render_test.go b/sui/storages/local/page_render_test.go index 96c9381f..5ac25e8a 100644 --- a/sui/storages/local/page_render_test.go +++ b/sui/storages/local/page_render_test.go @@ -33,8 +33,8 @@ func TestPageEditorRender(t *testing.T) { assert.NotEmpty(t, res.CSS) assert.NotEmpty(t, res.Scripts) assert.NotEmpty(t, res.Styles) - assert.Equal(t, 4, len(res.Scripts)) - assert.Equal(t, 5, len(res.Styles)) + assert.Equal(t, 5, len(res.Scripts)) + assert.Equal(t, 6, len(res.Styles)) assert.Equal(t, "@assets/libs/tiny-slider/min/tiny-slider.js", res.Scripts[0]) assert.Equal(t, "@assets/libs/feather-icons/feather.min.js", res.Scripts[1])