diff options
Diffstat (limited to 'tests/test_SwapWorkspaces.hs')
-rw-r--r-- | tests/test_SwapWorkspaces.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_SwapWorkspaces.hs b/tests/test_SwapWorkspaces.hs index cc1ee6d..dc4c82c 100644 --- a/tests/test_SwapWorkspaces.hs +++ b/tests/test_SwapWorkspaces.hs @@ -6,7 +6,7 @@ import Test.QuickCheck import StackSet import Properties(T, NonNegative) -import XMonadContrib.SwapWorkspaces +import XMonad.SwapWorkspaces -- Ensures that no "loss of information" can happen from a swap. prop_double_swap (ss :: T) (t1 :: NonNegative Int) (t2 :: NonNegative Int) = |