diff options
| author | John ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com> | 2015-10-13 17:14:11 -0700 |
|---|---|---|
| committer | John ShaggyTwoDope Jenkins <twodopeshaggy@gmail.com> | 2015-10-13 17:14:11 -0700 |
| commit | a7a29a20cdd4f07367ff5181ae3d3c9efcc9832f (patch) | |
| tree | 57c227acc7bf104cdc3a0d2d3c91813e6141baa6 /db_test.go | |
| parent | Merge pull request #435 from hqhq/hq_add_arm64 (diff) | |
| download | dedo-a7a29a20cdd4f07367ff5181ae3d3c9efcc9832f.tar.gz dedo-a7a29a20cdd4f07367ff5181ae3d3c9efcc9832f.tar.xz | |
typos
Diffstat (limited to '')
| -rw-r--r-- | db_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -622,7 +622,7 @@ func TestDB_Consistency(t *testing.T) { }) } -// Ensure that DB stats can be substracted from one another. +// Ensure that DB stats can be subtracted from one another. func TestDBStats_Sub(t *testing.T) { var a, b bolt.Stats a.TxStats.PageCount = 3 |
