Skip to content

Commit

Permalink
Removed update check tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dids committed Dec 11, 2018
1 parent 1775cf7 commit 8dd8434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func TestGenerateTimeString(t *testing.T) {
}
}

func TestCheckForUpdates(t *testing.T) {
/* func TestCheckForUpdates(t *testing.T) {
_, err := CheckForUpdates("0.0.1")
if err != nil {
t.Errorf("Failed to check for updates: %s", err)
Expand All @@ -152,7 +152,7 @@ func TestCheckForUpdates(t *testing.T) {
if err == nil {
t.Errorf("Failed to handle invalid version strings")
}
}
} */

func isValidPath(filePath string) bool {
return len(filePath) > 0
Expand Down

0 comments on commit 8dd8434

Please sign in to comment.