Fix import

This commit is contained in:
kolaente 2020-06-27 15:58:27 +02:00
parent 1da298f3fe
commit eae5fcfabf
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ package caldav
import (
"code.vikunja.io/api/pkg/config"
"github.com/magiconair/properties/assert"
"github.com/stretchr/testify/assert"
"testing"
"time"
)