Skip to content

Commit

Permalink
fix(test): Fix iota-core::format::test_format (#3604)
Browse files Browse the repository at this point in the history
* Fix test-format

* Ran scripts/update_all_snapshots.sh
  • Loading branch information
bingyanglin authored Oct 24, 2024
1 parent 21b687f commit babee23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions crates/iota-core/tests/staged/iota.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1062,10 +1062,10 @@ TypeTag:
TypedStoreError:
ENUM:
0:
RocksDBError:
RocksDB:
NEWTYPE: STR
1:
SerializationError:
Serialization:
NEWTYPE: STR
2:
UnregisteredColumn:
Expand All @@ -1075,7 +1075,7 @@ TypedStoreError:
4:
MetricsReporting: UNIT
5:
RetryableTransactionError: UNIT
RetryableTransaction: UNIT
UnchangedSharedKind:
ENUM:
0:
Expand Down
2 changes: 1 addition & 1 deletion crates/iota-open-rpc/spec/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10066,7 +10066,7 @@
"code": {
"type": "string",
"enum": [
"displayError"
"display"
]
},
"error": {
Expand Down

0 comments on commit babee23

Please sign in to comment.