Skip to content

Commit 65b879c

Browse files
committed
Fixed test because library has been updated...
1 parent 0ec02d0 commit 65b879c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/commands_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ func TestLibDownloadSuccessful(t *testing.T) {
166166
want := output.LibProcessResults{
167167
Libraries: map[string]output.ProcessResult{
168168
"invalidLibrary": {ItemName: "invalidLibrary", Error: "Library not found"},
169-
"YoutubeApi": {ItemName: "YoutubeApi", Status: "Downloaded", Path: stagingFolder + "/YoutubeApi-1.0.0.zip"},
169+
"YoutubeApi": {ItemName: "YoutubeApi", Status: "Downloaded", Path: stagingFolder + "/YoutubeApi-1.1.0.zip"},
170170
"YouMadeIt@invalidVersion": {ItemName: "YouMadeIt", Error: "Version Not Found"},
171171
},
172172
}

0 commit comments

Comments
 (0)