aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/template/template_test.go
blob: c3fbb7a96cd6323fa2bf32122680d205dd05f73c (plain)
1
2
3
4
5
6
7
package template

import "testing"

func TestTemplateDefaults(t *testing.T) {
	// Dummy test to ensure init() works, i.e. the default templates are loaded
}