More general backend work, in the middle of the night... Zzzz

This commit is contained in:
Torkel Ödegaard
2014-12-17 03:09:54 +01:00
parent c7ed348ee8
commit adf4e72cf8
6 changed files with 49 additions and 5 deletions
+3
View File
@@ -47,6 +47,9 @@ func TestDataAccess(t *testing.T) {
So(len(query.Resp), ShouldEqual, 1)
ds := query.Resp[0]
So(ds.AccountId, ShouldEqual, 10)
})
})