Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
api: Added proper home directory.
Browse files Browse the repository at this point in the history
Nyah Check committed Sep 27, 2017
1 parent 68ee451 commit 24cbecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api_test.go
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ var vid []string

func TestApi(t *testing.T) {

path := "~/Downloads/"
path := "$HOME/Downloads/"
for i, table := range tables {
ID, _ := GetVideoId(table.url)
if ID != table.id {

0 comments on commit 24cbecf

Please sign in to comment.