Remove outdated TODO (#7244)

This commit is contained in:
Freddy 2020-02-07 13:14:48 -07:00 committed by GitHub
parent 0db15f222a
commit aca8b85440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ func TestStateStore_SessionCreate_SessionGet(t *testing.T) {
t.Fatalf("bad") 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) tx := s.db.Txn(false)
defer tx.Abort() defer tx.Abort()