Commit 908c167f authored by zramsay's avatar zramsay

address PR comments; remove commented/dead code

License: MIT
Signed-off-by: default avatarZach Ramsay <zach.ramsay@gmail.com>
parent e213e17c
......@@ -27,7 +27,7 @@ func TestOfflineRouterStorage(t *testing.T) {
t.Fatal("OfflineRouter does not properly store")
}
val, err = offline.GetValue(ctx, "notHere")
_, err = offline.GetValue(ctx, "notHere")
if err == nil {
t.Fatal("Router should throw errors for unfound records")
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment