0
0

add another check to try to understand test failure on travis

This commit is contained in:
Marty Schoch 2016-01-07 10:45:20 -05:00
parent 155e496121
commit cd940cc375

View File

@ -55,6 +55,9 @@ func TestDictUpdater(t *testing.T) {
if err != nil {
t.Fatal(err)
}
if v == nil {
t.Fatal("unexpected dictionary value missing")
}
dr, err := NewDictionaryRowKV([]byte(key), v)
if err != nil {
t.Fatal(err)