Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASweb-backend-go
Commits
d7de4213
Commit
d7de4213
authored
Mar 13, 2020
by
Sonja Happ
Browse files
remove AddTestData testing function (circular dependency not possible)
parent
dbed662a
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
database/database_test.go
View file @
d7de4213
...
...
@@ -399,10 +399,3 @@ func TestAddAdminAndUsers(t *testing.T) {
assert
.
NoError
(
t
,
DBAddAdminAndUserAndGuest
(
db
))
}
func
TestAddData
(
t
*
testing
.
T
)
{
DropTables
(
db
)
MigrateModels
(
db
)
assert
.
NoError
(
t
,
DBAddTestData
(
db
))
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment