From d599e09436ba2cc19f105a321d54aba700941543 Mon Sep 17 00:00:00 2001
From: Jaseem Abid <jaseemabid@gmail.com>
Date: Sun, 19 Apr 2015 16:17:10 +0530
Subject: [PATCH] Fix broken test

---
 test/Test.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/Test.hs b/test/Test.hs
index fb6c768..b0be736 100644
--- a/test/Test.hs
+++ b/test/Test.hs
@@ -39,12 +39,12 @@ hello = Metainfo {
             lengthInBytes = 12,
             md5sum = Nothing
           },
-          infoHash = "\249\SYN\145=\129\182\205\\\181v0\144\154\EM\150f\152\221]}",
           announceList = ["http://9.rarbg.com:2710/announce"],
           creationDate = Just 1428717851,
           comment = Just "hello world",
           createdBy = Just "Jaseem Abid",
-          encoding = Just "UTF-8"
+          encoding = Just "UTF-8",
+          infoHash = "\205CX(;\163<?TWS\175\CAND\222\253\250\214\136\EOT"
         }
 
 testFile :: TestTree
-- 
2.45.2