Skip to content

Commit

Permalink
test sudachi-synonym-dictionary: update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
otegami committed Aug 5, 2024
1 parent a76b917 commit 47de810
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test-sudachi-synonym-dictionary.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def setup
test('#each') do
records = @dataset.each.to_a
assert_equal([
67725,
67753,
{
group_id: "000001",
is_noun: true,
Expand All @@ -19,15 +19,15 @@ def setup
notation: "曖昧",
},
{
group_id: "026057",
group_id: "026068",
is_noun: true,
expansion_type: :always,
lexeme_id: 1,
form_type: :typical,
acronym_type: :others,
variant_type: :typical,
categories: ["商品"],
notation: "マイクラ",
categories: ["IT"],
notation: "サ終",
},
],
[
Expand Down

0 comments on commit 47de810

Please sign in to comment.