summaryrefslogtreecommitdiff
path: root/native
diff options
context:
space:
mode:
authorChang Li <licha@google.com>2022-03-25 12:10:15 +0000
committerChang Li <licha@google.com>2022-03-25 12:10:15 +0000
commit0c1f32bfa21cdcd618b55c4e8dd4f122e9a59af1 (patch)
tree67687fa9dc772b9d7f0038cb339c1006e66349b9 /native
parent8ebbedca8443b38941a7ddadc8245fcc83c6f866 (diff)
downloadlibtextclassifier-0c1f32bfa21cdcd618b55c4e8dd4f122e9a59af1.tar.gz
Rename Encoder test names.
Bug: 226182044 Change-Id: I7bfcf3948f7a4fcb603ff15cac318a67a891e269
Diffstat (limited to 'native')
-rw-r--r--native/utils/tokenfree/byte_encoder_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/native/utils/tokenfree/byte_encoder_test.cc b/native/utils/tokenfree/byte_encoder_test.cc
index d4d119e..964e316 100644
--- a/native/utils/tokenfree/byte_encoder_test.cc
+++ b/native/utils/tokenfree/byte_encoder_test.cc
@@ -29,7 +29,7 @@ namespace {
using testing::ElementsAre;
-TEST(EncoderTest, SimpleTokenization) {
+TEST(ByteEncoderTest, SimpleTokenization) {
const ByteEncoder encoder;
{
std::vector<int64_t> encoded_text;
@@ -39,7 +39,7 @@ TEST(EncoderTest, SimpleTokenization) {
}
}
-TEST(EncoderTest, SimpleTokenization2) {
+TEST(ByteEncoderTest, SimpleTokenization2) {
const ByteEncoder encoder;
{
std::vector<int64_t> encoded_text;