Skip to content

Commit

Permalink
Fix relayer-rest test
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Nov 27, 2023
1 parent 4f6ef4f commit 5ed56c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/relayer-rest/tests/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async fn version() {

let rest_api_version = VersionInfo {
name: "ibc-relayer-rest".to_string(),
version: "0.26.1".to_string(),
version: "0.26.2".to_string(),
};

let result: JsonResult<_, ()> = JsonResult::Success(vec![version.clone(), rest_api_version]);
Expand Down

0 comments on commit 5ed56c2

Please sign in to comment.