forked from coracle/zooid
Add prefix to event store
This commit is contained in:
@@ -12,7 +12,8 @@ func TestSqliteFlow(t *testing.T) {
|
||||
os.RemoveAll("/tmp/sqlitetest.db")
|
||||
|
||||
sb := &SqliteBackend{
|
||||
Path: "/tmp/sqlitetest.db",
|
||||
Path: "/tmp/sqlitetest.db",
|
||||
Prefix: "prefix",
|
||||
}
|
||||
err := sb.Init()
|
||||
assert.NoError(t, err)
|
||||
|
||||
Reference in New Issue
Block a user