File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414# region: us-east-1
1515# bucket: your_own_bucket
1616
17- # Remember not to checkin your GCS keyfile to a repository
17+ # Remember not to check in your GCS keyfile to a repository
1818# google:
1919# service: GCS
2020# project: your_project
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ class CkbUtilsTest < ActiveSupport::TestCase
280280 assert_nil CkbUtils . parse_dao ( nil )
281281 end
282282
283- test ".parse_dao should return one open sturct with right attributes" do
283+ test ".parse_dao should return one open struct with right attributes" do
284284 dao = "0x80d6ccc02604d52ebc30325a84902300e7d511536bb20a00002b5625ba150007"
285285 bin_dao = CKB ::Utils . hex_to_bin ( dao )
286286 c_i = bin_dao [ 0 ..7 ] . unpack ( "Q<" ) . pack ( "Q>" ) . unpack1 ( "H*" ) . hex
You can’t perform that action at this time.
0 commit comments