Skip to content

Commit

Permalink
Fix ApplyMerge.* namespace test names
Browse files Browse the repository at this point in the history
  • Loading branch information
pgujjula committed May 10, 2024
1 parent a9a203a commit 7652550
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Test/ApplyMerge/DoublyLinkedList.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Test.Tasty (TestTree, testGroup)
tests :: TestTree
tests =
testGroup
"Data.List.ApplyMerge.DoublyLinkedList"
"ApplyMerge.DoublyLinkedList"
[ basicTest applyMerge,
skewedTest applyMerge,
blockTest applyMerge,
Expand Down
2 changes: 1 addition & 1 deletion test/Test/ApplyMerge/IntMap.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Test.Tasty (TestTree, testGroup)
tests :: TestTree
tests =
testGroup
"Data.List.ApplyMerge.IntMap"
"ApplyMerge.IntMap"
[ basicTest applyMerge,
skewedTest applyMerge,
blockTest applyMerge,
Expand Down
2 changes: 1 addition & 1 deletion test/Test/ApplyMerge/IntSet.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Test.Tasty (TestTree, testGroup)
tests :: TestTree
tests =
testGroup
"Data.List.ApplyMerge.IntSet"
"ApplyMerge.IntSet"
[ basicTest applyMerge,
skewedTest applyMerge,
blockTest applyMerge,
Expand Down

0 comments on commit 7652550

Please sign in to comment.