(t *testing.T)
| 1765 | } |
| 1766 | |
| 1767 | func TestLimitDoesntDeadlock_UnspecifiedSort(t *testing.T) { |
| 1768 | testLimitDoesntDeadlock(t, UnspecifiedSort) |
| 1769 | } |
| 1770 | |
| 1771 | func TestLimitDoesntDeadlock_LastModifiedDesc(t *testing.T) { |
| 1772 | testLimitDoesntDeadlock(t, LastModifiedDesc) |
nothing calls this directly
no test coverage detected