summaryrefslogtreecommitdiff
path: root/internal/testutil/fixtures_test.go
blob: 7c7f239b8f2fa39134bc8c875096cd13f6024e4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package testutil

import "testing"

func TestFixtures_ZeroCovTargets(t *testing.T) {
	if MarkdownCodeFence() == "" {
		t.Fatal("MarkdownCodeFence empty")
	}
	if MalformedJSON() == "" {
		t.Fatal("MalformedJSON empty")
	}
}