Skip to content

Commit 9db9000

Browse files
committed
fix: Update MarkdownGenerator initialization to enable options in progress bar test
1 parent 75a9585 commit 9db9000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation/markdown_generator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func TestMarkdownGeneration(t *testing.T) {
8686
}
8787

8888
func TestProgressBarGeneration(t *testing.T) {
89-
gen := presentation.NewMarkdownGenerator()
89+
gen := presentation.NewMarkdownGenerator(true)
9090
stats := &domain.ProfileStats{
9191
Languages: []domain.LanguageStats{
9292
{Language: "Go", Bytes: 100, Percentage: 100.0},

0 commit comments

Comments
 (0)