Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Feb 2, 2024
1 parent 173ff7b commit 0c9bee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ibc-testkit/src/fixtures/core/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ mod tests {
"07-tendermint",
"0-5",
"0-5,0-7",
"0a102f6962632e6d6f636b2e48656164657212060a0210051200",
"0a102f6962632e6d6f636b2e48656164657212040a021005",
];

let tests: Vec<Test> = vec![
Expand Down
2 changes: 1 addition & 1 deletion ibc-testkit/src/testapp/ibc/clients/mock/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ mod tests {
&bytes,
&[
10, 16, 47, 105, 98, 99, 46, 109, 111, 99, 107, 46, 72, 101, 97, 100, 101, 114, 18,
8, 10, 4, 8, 1, 16, 10, 18, 0
6, 10, 4, 8, 1, 16, 10
]
);
}
Expand Down

0 comments on commit 0c9bee1

Please sign in to comment.