Skip to content
Snippets Groups Projects
Commit 2b1c9c26 authored by Josh Brooks's avatar Josh Brooks
Browse files

Add testing docstring

parent f65715e7
No related branches found
No related tags found
No related merge requests found
...@@ -135,6 +135,7 @@ func TestUnknownRoundsStore_Iterate(t *testing.T) { ...@@ -135,6 +135,7 @@ func TestUnknownRoundsStore_Iterate(t *testing.T) {
} }
} }
// Unit test
func TestLoadUnknownRoundsStore(t *testing.T) { func TestLoadUnknownRoundsStore(t *testing.T) {
kv := versioned.NewKV(make(ekv.Memstore)) kv := versioned.NewKV(make(ekv.Memstore))
store := NewUnknownRoundsStore(kv, DefaultUnknownRoundsParams()) store := NewUnknownRoundsStore(kv, DefaultUnknownRoundsParams())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment