Skip to content
Snippets Groups Projects

Develop

Merged Ghost User requested to merge develop into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -10,6 +10,6 @@ type MockDatabase struct {
@@ -10,6 +10,6 @@ type MockDatabase struct {
func (db MockDatabase) DropTables() {
func (db MockDatabase) DropTables() {
}
}
func NewDatabaseClient(uri, username, password string, encrypted bool) Database {
func NewMockDatabaseClient(uri, username, password string, encrypted bool) Database {
return MockDatabase{}
return MockDatabase{}
}
}
Loading