Skip to content

Commit

Permalink
options
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Koch <[email protected]>
  • Loading branch information
hugelgupf committed Feb 18, 2024
1 parent f72eb01 commit d3bceb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uimage/uimage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1127,6 +1127,8 @@ func TestOptionsFor(t *testing.T) {
t.Fatal(err)
}
if !reflect.DeepEqual(got, tt.want) {
t.Logf("got buildOpts: %v", got.Commands[0].BuildOpts)
t.Logf("want buildOpts: %v", tt.want.Commands[0].BuildOpts)
t.Errorf("OptionsFor = \n%#v, want\n%#v", got, tt.want)
}
})
Expand Down

0 comments on commit d3bceb5

Please sign in to comment.