Skip to content

Commit

Permalink
test: unblock progress
Browse files Browse the repository at this point in the history
  • Loading branch information
dundee committed Feb 9, 2024
1 parent ed14328 commit f54be9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tui/tui_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ func TestFooter(t *testing.T) {
}

func TestUpdateProgress(t *testing.T) {
app, simScreen := testapp.CreateTestAppWithSimScreen(15, 15)
simScreen := testapp.CreateSimScreen()
defer simScreen.Fini()

app := testapp.CreateMockedApp(true)
ui := CreateUI(app, simScreen, &bytes.Buffer{}, false, false, false, false, false)
done := ui.Analyzer.GetDone()
done.Broadcast()
Expand Down

0 comments on commit f54be9e

Please sign in to comment.