Skip to content

Commit

Permalink
Fixed tagcaterory/crud (#750)
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Braginsky <[email protected]>
  • Loading branch information
ibragins authored Oct 17, 2023
1 parent b19666f commit 218d476
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe(["@tier1"], "Tag tagCategory CRUD operations", () => {
exists(updatedTagType);

// Assert that rank got updated
tagCategory.assertColumnValue(rank, updatedRank);
tagCategory.assertColumnValue(rank, updatedRank.toString());

// Assert that color got updated
tagCategory.assertColumnValue(color, updatedColor);
Expand Down

0 comments on commit 218d476

Please sign in to comment.