From af1e72475cc3f1cfc7cadece162e2231610c8cd0 Mon Sep 17 00:00:00 2001 From: Elie Tournier Date: Tue, 18 Apr 2017 13:38:34 +0100 Subject: Rename devices: s/Stick10/Device_NKPro and s/Stick20/Device_NKStorage Signed-off-by: Elie Tournier --- unittest/test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unittest/test.cc') diff --git a/unittest/test.cc b/unittest/test.cc index 41cf545..c877d33 100644 --- a/unittest/test.cc +++ b/unittest/test.cc @@ -12,7 +12,7 @@ using namespace nitrokey::proto::NKPro; using namespace nitrokey::log; using namespace nitrokey::misc; -using Dev10 = std::shared_ptr; +using Dev10 = std::shared_ptr; std::string getSlotName(Dev10 stick, int slotNo) { auto slot_req = get_payload(); @@ -23,7 +23,7 @@ std::string getSlotName(Dev10 stick, int slotNo) { } TEST_CASE("Slot names are correct", "[slotNames]") { - auto stick = make_shared(); + auto stick = make_shared(); bool connected = stick->connect(); REQUIRE(connected == true); -- cgit v1.2.1