(t *testing.T)
| 1143 | } |
| 1144 | |
| 1145 | func TestQueryRecentPermanodes_CreatedDesc(t *testing.T) { |
| 1146 | testQueryRecentPermanodes(t, CreatedDesc, "corpus_permanode_created") |
| 1147 | } |
| 1148 | |
| 1149 | func testQueryRecentPermanodes(t *testing.T, sortType SortType, source string) { |
| 1150 | testQueryTypes(t, memIndexTypes, func(qt *queryTest) { |
nothing calls this directly
no test coverage detected