Skip to content

Commit 4ae202f

Browse files
hakhandelwal11hakhandelwal11
authored andcommitted
fix: add unit test
1 parent 5177258 commit 4ae202f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cmd/hello/steps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ func doBrevShellOnboarding(
242242
if err1 != nil {
243243
return breverrors.WrapAndTrace(err1)
244244
}
245-
if res.HasRunBrevShell {
245+
if shellOnboardingPollDone(res) {
246246
spinner.Suffix = spinnerSuffix
247247
time.Sleep(250 * time.Millisecond)
248248
spinner.Stop()

0 commit comments

Comments
 (0)