Skip to content

Commit

Permalink
dumy_unit -> dummy_unit (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <sloretz@openrobotics.org>
  • Loading branch information
sloretz authored Aug 24, 2023
1 parent ffb455a commit 540df0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus_common/src/models/work_order_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ TEST_CASE("WorkOrder serialization", "[Model][Serialization]")
const auto item = work_order.item();
CHECK(item.sku_id() == "1001");
CHECK(item.description() == "dummy_sku");
CHECK(item.unit() == "dumy_unit");
CHECK(item.unit() == "dummy_unit");
CHECK(item.quantity() == 1);
CHECK(item.quantity_per_pallet() == 1);
REQUIRE(work_order.steps().size() == 3);
Expand Down

0 comments on commit 540df0a

Please sign in to comment.