diff --git a/Makefile b/Makefile index cb85057..c778e0f 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ install: dep ensure test: - go test -v ./test + go test -v github.com/localhots/bocadillo/tests diff --git a/README.md b/README.md index 52a9406..70be2e8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ to provide underlying connection and basic packet exchange. * [x] FormatDescriptionEvent * [x] TableMapEvent * [x] RotateEvent -* [ ] RowsEvent +* [x] RowsEvent * [ ] XIDEvent * [ ] GTIDEvent * [ ] QueryEvent