bump(github.com/stretchr/testify): 9cc77fa25329013ce07362c7742952ff887361f2

This commit is contained in:
Brandon Philips
2014-02-02 16:39:57 -08:00
parent 2557992b70
commit d7d20d1c3d
15 changed files with 951 additions and 11 deletions

View File

@ -3,7 +3,7 @@ package raft
import (
"testing"
"github.com/stretchr/testify/assert"
"github.com/coreos/etcd/third_party/github.com/stretchr/testify/assert"
)
// Ensure that we can listen and dispatch events.