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

Remove invalid test failure condition

parent 5e4ffffc
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,6 @@ func TestCheck_Thread(t *testing.T) { ...@@ -66,7 +66,6 @@ func TestCheck_Thread(t *testing.T) {
// Run the tracker // Run the tracker
go func() { go func() {
track(session, ourId, stop, identityStore) track(session, ourId, stop, identityStore)
t.Errorf("Thread should not close")
}() }()
time.Sleep(1 * time.Second) time.Sleep(1 * time.Second)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment