People: Update entity database table names #22

Work in progress.
This commit is contained in:
Michael Mayer
2021-08-13 20:31:41 +02:00
parent ca0d52b36e
commit 45355c7303
11 changed files with 106 additions and 78 deletions

View File

@@ -7,8 +7,8 @@ import (
)
func TestMarker_TableName(t *testing.T) {
fileSync := &Marker{}
assert.Equal(t, "markers_dev", fileSync.TableName())
m := &Marker{}
assert.Contains(t, m.TableName(), "markers")
}
func TestNewMarker(t *testing.T) {