Skip to content

Commit

Permalink
All altsrc tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
asahasrabuddhe committed Sep 13, 2019
1 parent c8b4961 commit 3ba1f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ func runTest(t *testing.T, test testApplyInputSource) *cli.Context {
defer os.Setenv(test.EnvVarName, "")
}

test.Flag.Apply(set)
_ = test.Flag.Apply(set)
if test.ContextValue != nil {
f := set.Lookup(test.FlagName)
f.Value = test.ContextValue
Expand Down
2 changes: 1 addition & 1 deletion yaml_command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ package altsrc

import (
"flag"
"github.com/urfave/cli/v2"
"io/ioutil"
"os"
"testing"
"github.com/urfave/cli/v2"
)

func TestCommandYamlFileTest(t *testing.T) {
Expand Down

0 comments on commit 3ba1f2a

Please sign in to comment.