converted existing common tests to testify

This commit is contained in:
Hayden Parker
2016-03-29 23:27:58 -07:00
parent fc9b661ce6
commit 7e00424a83
6 changed files with 193 additions and 175 deletions

View File

@ -1,6 +1,7 @@
package common
import (
//"github.com/stretchr/testify/assert"
"testing"
)