11 lines
173 B
Go
11 lines
173 B
Go
// Copyright 2024 Matthew Rich <matthewrich.conf@gmail.com>. All rights reserved.
|
|
package fixtures_test
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestFixtureTestData(t *testing.T) {
|
|
|
|
}
|