Remove unnecessary output in tests

This commit is contained in:
Jinzhu 2013-12-04 10:00:53 +08:00
parent 1ff630f3d5
commit 0e8f9011bf
1 changed files with 0 additions and 1 deletions

View File

@ -170,7 +170,6 @@ func TestPrecision(t *testing.T) {
var u User
db.First(&u, "name = ?", "Precision")
fmt.Println(u.Latitude)
if u.Latitude != f {
t.Errorf("Float64 should not be changed after query")
}