Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make uninitializedBegin test accurately test its intention
This was previously creating and initializing a tree, and then testing what happened if you created a transaction on a tree ID that definitely didn't exist. What it was trying to test was something different, which is the case where a tree had been created/defined, but was not initialized with an empty log root yet. The test now reflects that. This allows google#3201 to avoid a nil check for something that otherwise will be guaranteed to exist.
- Loading branch information