Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao committed Jan 26, 2024
1 parent 615f85d commit bacfd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lwcomponent/catalog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ func TestCatalogGetComponent(t *testing.T) {
_, home := FakeHome()
defer ResetHome(home)

CreateLocalComponent(name, version, true)
CreateLocalComponent(name, version, false)

catalog, err := lwcomponent.NewCatalog(client, newTestStage)
assert.Nil(t, err)
Expand Down

0 comments on commit bacfd63

Please sign in to comment.