diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/storage/test_phrase_index.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_phrase_index.cpp b/tests/storage/test_phrase_index.cpp index d2d7be9..f4b4a7e 100644 --- a/tests/storage/test_phrase_index.cpp +++ b/tests/storage/test_phrase_index.cpp @@ -138,7 +138,7 @@ int main(int argc, char * argv[]){ phrase_index_load.get_phrase_item(16777222, item2); assert(item2.get_phrase_length() == 1); - assert(item2.get_n_pronunciation() == 5); + assert(item2.get_n_pronunciation() == 6); return 0; } |