Add comment about test
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
kolaente 2020-06-30 17:07:20 +02:00
parent bfc5577e9e
commit 23f67eb435
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 0 deletions

View File

@ -42,4 +42,6 @@ func TestListDuplicate(t *testing.T) {
assert.True(t, can)
err = l.Create(u)
assert.NoError(t, err)
// To make this test 100% useful, it would need to assert a lot more stuff, but it is good enough for now.
// Also, we're lacking utility functions to do all needed assertions.
}