eventstore: add some basic tests.

This commit is contained in:
fiatjaf
2025-06-10 13:28:35 -03:00
parent e12f2b3f90
commit 287d8c23c7
2 changed files with 214 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ var tests = []struct {
name string
run func(*testing.T, eventstore.Store)
}{
{"basic", basicTest},
{"first", runFirstTestOn},
{"second", runSecondTestOn},
{"manyauthors", manyAuthorsTest},