Skip to content

Commit

Permalink
update neutron jsplus dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed Jun 25, 2024
1 parent 84b8f5b commit e128aa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions src/testcases/run_in_band/chain_manager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,8 @@ describe('Neutron / Chain Manager', () => {
'1000',
);

const timelockedProp = await subdaoMember1.supportAndExecuteProposal(
proposalId,
);
const timelockedProp =

Check failure on line 209 in src/testcases/run_in_band/chain_manager.test.ts

View workflow job for this annotation

GitHub Actions / Actions - lint

Replace `⏎········await·subdaoMember1.supportAndExecuteProposal(proposalId` with `·await·subdaoMember1.supportAndExecuteProposal(⏎········proposalId,⏎······`
await subdaoMember1.supportAndExecuteProposal(proposalId);

expect(timelockedProp.id).toEqual(proposalId);
expect(timelockedProp.status).toEqual('timelocked');
Expand Down Expand Up @@ -252,9 +251,8 @@ describe('Neutron / Chain Manager', () => {
'1000',
);

const timelockedProp = await subdaoMember1.supportAndExecuteProposal(
proposalId,
);
const timelockedProp =

Check failure on line 254 in src/testcases/run_in_band/chain_manager.test.ts

View workflow job for this annotation

GitHub Actions / Actions - lint

Replace `⏎········await·subdaoMember1.supportAndExecuteProposal(proposalId` with `·await·subdaoMember1.supportAndExecuteProposal(⏎········proposalId,⏎······`
await subdaoMember1.supportAndExecuteProposal(proposalId);

expect(timelockedProp.id).toEqual(proposalId);
expect(timelockedProp.status).toEqual('timelocked');
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@

"@neutron-org/neutronjsplus@neutron-org/neutronjsplus#feat/whitelist-tf-hooks":
version "0.4.0-rc19"
resolved "https://codeload.github.com/neutron-org/neutronjsplus/tar.gz/31730ea4456a95530c4b2967719fc1cfc7cba13e"
resolved "https://codeload.github.com/neutron-org/neutronjsplus/tar.gz/891da6c41e0801fa8e5422d166c835df5f41eef8"
dependencies:
"@bufbuild/protobuf" "^1.4.2"
"@cosmos-client/core" "^0.47.4"
Expand Down

0 comments on commit e128aa2

Please sign in to comment.