Skip to content

Commit d1182bf

Browse files
committed
Rollback change that might be breaking tests
1 parent 3a4ee5b commit d1182bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/world/forge/forge_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1738,11 +1738,12 @@ func (s *ForgeTestSuite) TestCreateProject() { //nolint:gocognit
17381738
}
17391739

17401740
// Simulate region selection
1741-
regionSelector = NewTeaProgram(
1741+
regionSelector = tea.NewProgram(
17421742
multiselect.InitialMultiselectModel(
17431743
s.ctx,
17441744
[]string{"us-east-1", "us-west-1", "eu-west-1"},
17451745
),
1746+
tea.WithInput(nil),
17461747
)
17471748
if regionSelector == nil {
17481749
print("failed to create region selector")

0 commit comments

Comments
 (0)