Skip to content

Commit

Permalink
ooops, fix mistake for test
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoxp committed Sep 8, 2021
1 parent e133c8a commit 9ac0747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/otsclient.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ mod tests {
}

#[rocket::async_test]
#[ignore = "avoid add too many row"]`
#[ignore = "avoid add too many row"]
async fn test_otsclient_put_row() {
let otsclient = OtsClient::new(OtsConfig::test_config());

Expand Down

0 comments on commit 9ac0747

Please sign in to comment.