Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Miles Zhang <[email protected]>
  • Loading branch information
zmcNotafraid committed Jan 19, 2024
1 parent 15b72fc commit cb7d59d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/models/ckb_sync/node_data_processor_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4041,7 +4041,7 @@ class NodeDataProcessorTest < ActiveSupport::TestCase
assert_equal info.expected_supply, 0.21e16
assert_equal info.mint_limit, 0.1e12
assert_equal info.mint_status, "minting"
assert_equal info.udt_id, nil
assert_equal info.udt_id, Udt.first.id
assert_equal "0x5fa66c8d5f43914f85d3083e0529931883a5b0a14282f891201069f1b5067908",
Udt.first.type_hash
end
Expand Down
Loading

0 comments on commit cb7d59d

Please sign in to comment.