Skip to content

Commit

Permalink
fix: generated configs are now always empty
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Dec 3, 2023
1 parent ad16a85 commit e0a15b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/asset_platform_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ func TestGenerateConfigDoesNotAddExtensionWithoutName(t *testing.T) {

config := buildAssetConfigFromExtensions(getTestContext(), []asset.Source{{Name: "", Path: dir}}, AssetBuildConfig{})

assert.Len(t, config, 1)
assert.Len(t, config, 0)
}

0 comments on commit e0a15b3

Please sign in to comment.