update tests

This commit is contained in:
boneyard93501 2021-09-01 16:30:56 -05:00
parent 3c7055e2d8
commit dc051830ea
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@ marine-rs-sdk = "0.6.10"
marine-sqlite-connector = "0.5.0"
[dev-dependencies]
marine-rs-sdk-test = "0.1.11"
marine-rs-sdk-test = "0.2.0"

View File

@ -145,7 +145,7 @@ mod tests {
use marine_rs_sdk_test::SecurityTetraplet;
#[marine_test(config_path = "../Config.toml", modules_dir = "../artifacts")]
fn test() {
fn test(sqlite_test: marine_test_env::sqlite_test::ModuleInterface) {
assert!(sqlite_test.test_last_rowid() > 0);
}
}