(t *testing.T)
| 1139 | } |
| 1140 | |
| 1141 | func TestQueryRecentPermanodes_LastModifiedDesc(t *testing.T) { |
| 1142 | testQueryRecentPermanodes(t, LastModifiedDesc, "corpus_permanode_lastmod") |
| 1143 | } |
| 1144 | |
| 1145 | func TestQueryRecentPermanodes_CreatedDesc(t *testing.T) { |
| 1146 | testQueryRecentPermanodes(t, CreatedDesc, "corpus_permanode_created") |
nothing calls this directly
no test coverage detected