Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Apr 13, 2020
1 parent 418b412 commit 6e16454
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/commands/config_parsing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ func TestUnmarshalPackageConfig(t *testing.T) {

config, err := UnmarshalPackageConfig(file, nil)

// cos I'm lazy
config.Sha = nil

assert.NoError(t, err)
assert.EqualValues(t, s.expectedPackageConfig, config)
}
Expand Down

0 comments on commit 6e16454

Please sign in to comment.