mirror of
https://github.com/documize/community.git
synced 2025-07-22 14:49:42 +02:00
removed embed init() for unit testing
This commit is contained in:
parent
a982af6e79
commit
dba57a15a8
4 changed files with 21 additions and 7 deletions
|
@ -38,7 +38,7 @@ func TestAddSpace(t *testing.T) {
|
|||
return
|
||||
}
|
||||
|
||||
if sp != sp2 {
|
||||
if sp.Name != sp2.Name {
|
||||
t.Errorf("Test Failed, space one (%v) does not match space 2(%v)", sp, sp2)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue