Skip to content

Commit 3781a5e

Browse files
committed
Fix issue with missing comma
Signed-off-by: thepetk <[email protected]>
1 parent a0db56f commit 3781a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index/generator/library/library_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ func TestValidateIndexComponent(t *testing.T) {
512512
"Case 22: test stack component has wrong iconUrl",
513513
schema.Schema{
514514
Name: "nodejs",
515-
Icon: "https://github.com/"
515+
Icon: "https://github.com/",
516516
Versions: []schema.Version{
517517
{
518518
Version: "1.0.0",

0 commit comments

Comments
 (0)