Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amityadav0 committed Sep 12, 2023
1 parent a54c7cb commit 0054bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astra/tests/test_general.rs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ async fn proposal_tests() -> anyhow::Result<()> {
let config = Config { name: "astra".to_string(), purpose: "testing".to_string(), metadata: Base64VecU8("".to_string().into()) };
let proposal = ProposalInput {
description: "rename the dao".to_string(),
kind: ProposalKind::ChangeConfig { config: config }
kind: ProposalKind::ChangeConfig { config }
};
let res = root
.call(dao.id(), "add_proposal")
Expand Down

0 comments on commit 0054bf2

Please sign in to comment.