Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
maksym-arutyunyan committed Jul 20, 2024
1 parent b928784 commit 50ab23b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tests/generic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,6 @@ mod common;

use keepsorted::SortStrategy::Generic;

#[test]
fn generic_empty() {
test_inner!(Generic, "", "");
}

#[test]
fn generic_single_item() {
test_inner!(
Generic,
r#"
a
"#,
r#"
a
"#
);
}

#[test]
fn generic_no_sorting_comment() {
test_inner!(
Expand Down

0 comments on commit 50ab23b

Please sign in to comment.