Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into feature/1316-simplified_flag_value_access
  • Loading branch information
meatballhat authored Apr 26, 2022
commit 8cc43782eda61b28f352d0dd1625d7fe93e80cfb
2 changes: 1 addition & 1 deletion flag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ func TestPathFlagValueFromContext(t *testing.T) {
expect(t, f.Get(ctx), "/my/path")
}

var envHintFlagTests = []struct {
var _ = []struct {
name string
env string
hinter FlagEnvHintFunc
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.