mirror of https://github.com/status-im/consul.git
Remove outdated TODO (#7244)
This commit is contained in:
parent
641b9cd021
commit
01855d8579
|
@ -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