Skip to content

Commit

Permalink
Clean up debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
becoded committed Oct 6, 2024
1 parent 9020ddd commit 494b0ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions harvest/user_project_assignment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ func TestUserService_ListProjectAssignments(t *testing.T) {

assert.NoError(t, err)
assert.Equal(t, tt.want.String(), userProjectAssignments.String())
t.Log(userProjectAssignments.String())
})
}
}
Expand Down Expand Up @@ -448,7 +447,6 @@ func TestUserService_GetMyProjectAssignments(t *testing.T) {

assert.NoError(t, err)
assert.Equal(t, tt.want.String(), userProjectAssignments.String())
t.Log(userProjectAssignments.String())
})
}
}

0 comments on commit 494b0ee

Please sign in to comment.