Skip to content

Commit

Permalink
Ugh. Missed the newly added second argument to common.GetProgressBar(…
Browse files Browse the repository at this point in the history
…) in common/progress_test.go.
  • Loading branch information
arizvisa committed Aug 19, 2018
1 parent 851aef7 commit 07d610d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/progress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func TestUiProgressBar(t *testing.T) {
ui := &testProgressBarUi{}

// Initialize the Ui progress bar
bar := GetProgressBar(ui)
bar := GetProgressBar(ui, nil)
bar.SetTotal64(1)

// Ensure that callback has been set to something
Expand Down

0 comments on commit 07d610d

Please sign in to comment.