Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
  • Loading branch information
dborovcanin committed Jul 14, 2020
1 parent 3dacd12 commit c065335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions things/redis/things_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (

r "github.com/go-redis/redis"
"github.com/mainflux/mainflux/pkg/errors"
"github.com/mainflux/mainflux/things/redis"
"github.com/mainflux/mainflux/pkg/uuid"
"github.com/mainflux/mainflux/things/redis"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down Expand Up @@ -108,7 +108,7 @@ func TestThingRemove(t *testing.T) {
{
desc: "Remove non-existing thing from cache",
ID: id2,
err: r.Nil,
err: nil,
},
}

Expand Down

0 comments on commit c065335

Please sign in to comment.