Skip to content
Snippets Groups Projects
Commit 92a4c393 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

modified test

parent eb728fad
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ func TestState_GetLastUpdate(t *testing.T) {
newTime := ns.GetLastUpdate()
if origTime.Sub(newTime)>10*time.Millisecond {
t.Errorf("origTime was after or eqaul to newTime")
t.Errorf("orgtime incorrect")
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment