diff options
| author | MarcoFalke <[email protected]> | 2017-01-22 13:28:14 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-01-22 13:28:43 +0100 |
| commit | ff58b1c3bdff5e5f687f10f9e40ce495ca49674e (patch) | |
| tree | 98f370c955cee910290661ddefd000110b68e6a9 /src/test/dbwrapper_tests.cpp | |
| parent | Merge #9554: [test] Avoid potential NULL pointer dereference in addrman_tests... (diff) | |
| parent | [Trivial] Grammar and typo correction (diff) | |
| download | discoin-ff58b1c3bdff5e5f687f10f9e40ce495ca49674e.tar.xz discoin-ff58b1c3bdff5e5f687f10f9e40ce495ca49674e.zip | |
Merge #9610: [Trivial] Grammar and typo correction (laudaa)
5c66d41 [Trivial] Grammar and typo correction (Lauda)
Diffstat (limited to 'src/test/dbwrapper_tests.cpp')
| -rw-r--r-- | src/test/dbwrapper_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/dbwrapper_tests.cpp b/src/test/dbwrapper_tests.cpp index e5cb48ffc..d5d158027 100644 --- a/src/test/dbwrapper_tests.cpp +++ b/src/test/dbwrapper_tests.cpp @@ -76,7 +76,7 @@ BOOST_AUTO_TEST_CASE(dbwrapper_batch) BOOST_CHECK(dbw.Read(key2, res)); BOOST_CHECK_EQUAL(res.ToString(), in2.ToString()); - // key3 never should've been written + // key3 should've never been written BOOST_CHECK(dbw.Read(key3, res) == false); } } |