1
0
Fork 0
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:
Harvey Kandola 2017-09-01 14:11:09 +01:00
parent a982af6e79
commit dba57a15a8
4 changed files with 21 additions and 7 deletions

View file

@ -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)
}
}