Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Aug 2, 2024
1 parent d7608e6 commit 31e0566
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion contracts/axone-cognitarium/tests/e2e/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use axone_cognitarium::ContractError;
use base64::engine::general_purpose;
use base64::Engine;
use cosmwasm_std::testing::{
message_info, mock_dependencies, mock_env, mock_info, MockApi, MockQuerier, MockStorage,
message_info, mock_dependencies, mock_env, MockApi, MockQuerier, MockStorage,
};
use cosmwasm_std::{MessageInfo, OwnedDeps, Response};
use cucumber::parser::{Basic, Error};
Expand Down
4 changes: 1 addition & 3 deletions contracts/axone-dataverse/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,7 @@ mod tests {
SimpleWhereCondition, TriplePattern, Value, VarOrNamedNode, VarOrNode, VarOrNodeOrLiteral,
WhereCondition, IRI,
};
use cosmwasm_std::testing::{
message_info, mock_dependencies, mock_env, MockApi, MOCK_CONTRACT_ADDR,
};
use cosmwasm_std::testing::{message_info, mock_dependencies, mock_env};
use cosmwasm_std::{
coins, from_json, Addr, Attribute, Checksum, ContractResult, CosmosMsg, SubMsg,
SystemError, SystemResult, Uint128, Uint64, WasmQuery,
Expand Down
7 changes: 3 additions & 4 deletions contracts/axone-law-stone/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,13 +285,12 @@ mod tests {
use axone_objectarium::msg::PageInfo;
use axone_wasm::uri::CosmwasmUri;
use cosmwasm_std::testing::{
message_info, mock_dependencies, mock_env, mock_info, MockApi, MockQuerier,
message_info, mock_dependencies, mock_env, MockApi, MockQuerier,
MockQuerierCustomHandlerResult, MockStorage,
};
use cosmwasm_std::{
coins, from_json, to_json_binary, Api, ContractInfoResponse, ContractResult, CosmosMsg,
Event, Order, OwnedDeps, SubMsgResponse, SubMsgResult, SystemError, SystemResult,
WasmQuery,
coins, from_json, to_json_binary, ContractInfoResponse, ContractResult, CosmosMsg, Event,
Order, OwnedDeps, SubMsgResponse, SubMsgResult, SystemError, SystemResult, WasmQuery,
};
use cw_utils::ParseReplyError::SubMsgFailure;
use cw_utils::PaymentError;
Expand Down
2 changes: 1 addition & 1 deletion docs/axone-cognitarium.md
Original file line number Diff line number Diff line change
Expand Up @@ -876,4 +876,4 @@ Represents a condition in a [WhereClause].

---

_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-cognitarium.json` (`d8d7e78708aa2e5c`)_
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-cognitarium.json` (`8f8a0452855d9314`)_
2 changes: 1 addition & 1 deletion docs/axone-law-stone.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ A string containing Base64-encoded data.

---

_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-law-stone.json` (`f8eb198b23eb9c74`)_
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-law-stone.json` (`e30899a776e9d303`)_
1 change: 1 addition & 0 deletions packages/testing/Makefile.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[tasks.schema]

0 comments on commit 31e0566

Please sign in to comment.