Skip to content

Commit

Permalink
requested changes are rectified
Browse files Browse the repository at this point in the history
  • Loading branch information
bovem committed Jan 4, 2019
1 parent a980282 commit 6824a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gtest/test_libzcash_utils.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <gtest/gtest.h>
#include "zcash/util.h"

TEST(LibzcashUtils, onvertBytesVectorToVector)
TEST(LibzcashUtils, ConvertBytesVectorToVector)
{
std::vector<unsigned char> bytes = {0x00, 0x01, 0x03, 0x12, 0xFF};
std::vector<bool> expected_bits = {
Expand Down
2 changes: 1 addition & 1 deletion src/gtest/test_tautology.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TEST(tautologies, SevenEqSeven) {
ASSERT_EQ(7, 7);
}

TEST(tautologies, DISABLEDObviousFailure)
TEST(tautologies, DISABLED_ObviousFailure)
{
FAIL() << "This is expected";
}

0 comments on commit 6824a62

Please sign in to comment.