DJDNS / go-deje

Golang library for DEJE Next, a protocol/technology for decentralized document hosting and concurrent editing.
GNU Lesser General Public License v2.1
8 stars 0 forks source link

Make heavier use of testify/assert #12

Open MaddieM4 opened 10 years ago

MaddieM4 commented 10 years ago

We should be able to have a much more consistent, less redundant test system if we replace all our reflect.DeepEqual stuff with assert.Equal. Just need to sweep through the tests and update them all.