We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a9585 commit 9db9000Copy full SHA for 9db9000
presentation/markdown_generator_test.go
@@ -86,7 +86,7 @@ func TestMarkdownGeneration(t *testing.T) {
86
}
87
88
func TestProgressBarGeneration(t *testing.T) {
89
- gen := presentation.NewMarkdownGenerator()
+ gen := presentation.NewMarkdownGenerator(true)
90
stats := &domain.ProfileStats{
91
Languages: []domain.LanguageStats{
92
{Language: "Go", Bytes: 100, Percentage: 100.0},
0 commit comments