Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel committed Jun 16, 2016
1 parent a678b48 commit 4f9f162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keybase/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func TestConfig(t *testing.T) {
expectedOptions := updater.UpdateOptions{
Version: "1.2.3-400+cafebeef",
Platform: runtime.GOOS,
DestinationPath: "",
DestinationPath: options.DestinationPath,
Channel: "test",
Env: "prod",
Arch: runtime.GOARCH,
Expand Down

0 comments on commit 4f9f162

Please sign in to comment.