mirror of
https://github.com/documize/community.git
synced 2025-07-30 18:49:43 +02:00
delete space, mov doc edge cases
This commit is contained in:
parent
5481de4e1c
commit
8d761da939
11 changed files with 117 additions and 125 deletions
|
@ -163,14 +163,6 @@ func TestSpace(t *testing.T) {
|
|||
}
|
||||
})
|
||||
|
||||
t.Run("Viewers", func(t *testing.T) {
|
||||
viewers, err := s.Space.Viewers(ctx)
|
||||
if err != nil || viewers == nil {
|
||||
t.Error("failed to get viewers")
|
||||
return
|
||||
}
|
||||
})
|
||||
|
||||
t.Run("Add Role", func(t *testing.T) {
|
||||
ctx.Transaction, err = rt.Db.Beginx()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue