verbose test output
This commit is contained in:
parent
6853f1639e
commit
080873d74b
6 changed files with 6 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ func TestGetUpdates(t *testing.T) {
|
|||
for _, tt := range testTable {
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
result, err := patching.GetUpdates()
|
||||
t.Logf("result: (%v)", result)
|
||||
if !errors.Is(tt.expectedError, err) {
|
||||
t.Errorf("expected (%v), got (%v)", tt.expectedError, err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue