refactor: rename framework tests

pull/24376/head
Marco Neumann 2021-07-26 17:32:46 +02:00
parent aa61eb2732
commit 5787fbdb21
1 changed files with 4 additions and 2 deletions

View File

@ -539,7 +539,8 @@ mod tests {
#[tokio::test]
#[should_panic(expected = "assertion failed: ")]
async fn replay_metatest_fail_assert_partitions() {
async fn test_framework_fail_assert_partitions() {
// Test the test framework: checking the partitions should actually fail
ReplayTest {
n_sequencers: 1,
steps: vec![
@ -558,7 +559,8 @@ mod tests {
#[tokio::test]
#[should_panic(expected = "assertion failed: ")]
async fn replay_metatest_fail_assert_query() {
async fn test_framework_fail_assert_query() {
// Test the test framework: checking the query results should actually fail
ReplayTest {
n_sequencers: 1,
steps: vec![