(tt *testing.T)
| 52080 | } |
| 52081 | |
| 52082 | func TestUsageItem_GetDate(tt *testing.T) { |
| 52083 | tt.Parallel() |
| 52084 | u := &UsageItem{} |
| 52085 | u.GetDate() |
| 52086 | u = nil |
| 52087 | u.GetDate() |
| 52088 | } |
| 52089 | |
| 52090 | func TestUsageItem_GetDiscountAmount(tt *testing.T) { |
| 52091 | tt.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…