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

import "testing"

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