eventstore: add some basic tests.
This commit is contained in:
@@ -24,6 +24,7 @@ var tests = []struct {
|
||||
name string
|
||||
run func(*testing.T, eventstore.Store)
|
||||
}{
|
||||
{"basic", basicTest},
|
||||
{"first", runFirstTestOn},
|
||||
{"second", runSecondTestOn},
|
||||
{"manyauthors", manyAuthorsTest},
|
||||
|
||||
Reference in New Issue
Block a user