Skip to content

Commit

Permalink
feat: rename intention code tag item
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Jan 1, 2023
1 parent 34311e4 commit fd62564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugin/intention/IntentionCodeTagItem.cpp
Expand Up @@ -13,7 +13,7 @@ namespace UKControllerPlugin::IntentionCode {

auto IntentionCodeTagItem::GetTagItemDescription(int tagItemId) const -> std::string
{
return "UKCP Intention Code";
return "Intention Code";
}

void IntentionCodeTagItem::SetTagItemData(Tag::TagData& tagData)
Expand Down
2 changes: 1 addition & 1 deletion test/plugin/intention/IntentionCodeTagItemTest.cpp
Expand Up @@ -54,7 +54,7 @@ namespace UKControllerPluginTest::IntentionCode {

TEST_F(IntentionCodeTagItemTest, GetTagItemDescriptionReturnsCorrectDescription)
{
EXPECT_EQ("UKCP Intention Code", tagItem.GetTagItemDescription(0));
EXPECT_EQ("Intention Code", tagItem.GetTagItemDescription(0));
}

TEST_F(IntentionCodeTagItemTest, GetTagItemDataSetsTagItem)
Expand Down

0 comments on commit fd62564

Please sign in to comment.