f8de34dac7
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
8 lines
174 B
Go
8 lines
174 B
Go
package entity
|
|
|
|
// CreateTestFixtures inserts all known entities into the database for testing.
|
|
func CreateTestFixtures() {
|
|
CreateLabelFixtures()
|
|
CreateAccountFixtures()
|
|
}
|