testing/fixtures/testdata_test.go

11 lines
173 B
Go
Raw Normal View History

2024-05-08 20:28:36 +00:00
// Copyright 2024 Matthew Rich <matthewrich.conf@gmail.com>. All rights reserved.
package fixtures_test
import (
"testing"
)
func TestFixtureTestData(t *testing.T) {
}