Skip to content

Commit

Permalink
Revert "Add SpacedRune test case (ordinals#3379)"
Browse files Browse the repository at this point in the history
This reverts commit 38747ae.
  • Loading branch information
harutyunaraci authored Apr 2, 2024
1 parent 3462489 commit f8e80f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runes/spaced_rune.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ mod tests {
case("A.B.C", "ABC", 0b11);
case("A•B", "AB", 0b1);
case("A•B•C", "ABC", 0b11);
case("A•BC", "ABC", 0b1);
}

#[test]
Expand Down

0 comments on commit f8e80f1

Please sign in to comment.