remove logf to clean up tests output
This commit is contained in:
parent
5855283d24
commit
75e6d3240f
10 changed files with 4 additions and 26 deletions
|
|
@ -48,8 +48,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)
|
||||
_, err := patching.GetUpdates()
|
||||
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