Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
api: Added proper home directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
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
Expand Up @@ -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 {
Expand Down

0 comments on commit 24cbecf

Please sign in to comment.