Skip to content

Commit

Permalink
Issue #150
Browse files Browse the repository at this point in the history
CHANGE:
  - server/peerStore/redis_test.go Importing `server` package, as we need the
    definitions from it.
  • Loading branch information
Ianleeclark committed Nov 22, 2016
1 parent 3273079 commit bc80fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/peerStore/redis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package peerStore

import (
"testing"
"github.com/GrappigPanda/notorious/server"
)

var reqContext = requestAppContext{
Expand Down

0 comments on commit bc80fec

Please sign in to comment.