Skip to content
Snippets Groups Projects
Commit e55888e0 authored by Jonah Husson's avatar Jonah Husson
Browse files

Remove local testing

parent 46c2400d
No related branches found
No related tags found
1 merge request!41Fix GetToNotify to account for users with registered identities but no token
This commit is part of merge request !41. Comments created here will be created in the context of that merge request.
......@@ -225,11 +225,3 @@ func TestDatabase(t *testing.T) {
}
}
func TestGtn(t *testing.T) {
s, err := NewStorage("jonahhusson", "", "cmix", "0.0.0.0", "5432")
if err != nil {
t.Fatal(err)
}
s.GetToNotify([]int64{88364, 126817})
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment