(t *testing.T)
| 1769 | } |
| 1770 | |
| 1771 | func TestLimitDoesntDeadlock_LastModifiedDesc(t *testing.T) { |
| 1772 | testLimitDoesntDeadlock(t, LastModifiedDesc) |
| 1773 | } |
| 1774 | |
| 1775 | func TestLimitDoesntDeadlock_CreatedDesc(t *testing.T) { |
| 1776 | testLimitDoesntDeadlock(t, CreatedDesc) |
nothing calls this directly
no test coverage detected