Remove outdated TODO (#7244)
This commit is contained in:
parent
0db15f222a
commit
aca8b85440
|
@ -131,7 +131,6 @@ func TestStateStore_SessionCreate_SessionGet(t *testing.T) {
|
|||
t.Fatalf("bad")
|
||||
}
|
||||
|
||||
// TODO (namespaces) (freddy) This test fails if the Txn is started after registering check2, not sure why
|
||||
tx := s.db.Txn(false)
|
||||
defer tx.Abort()
|
||||
|
||||
|
|
Loading…
Reference in New Issue