(t *testing.T)
| 1135 | } |
| 1136 | |
| 1137 | func TestQueryRecentPermanodes_UnspecifiedSort(t *testing.T) { |
| 1138 | testQueryRecentPermanodes(t, UnspecifiedSort, "corpus_permanode_created") |
| 1139 | } |
| 1140 | |
| 1141 | func TestQueryRecentPermanodes_LastModifiedDesc(t *testing.T) { |
| 1142 | testQueryRecentPermanodes(t, LastModifiedDesc, "corpus_permanode_lastmod") |
nothing calls this directly
no test coverage detected