diff --git a/tests/__data__/expected/guides_update/GUIDES.md b/tests/__data__/expected/guides_update/GUIDES.md
new file mode 100644
index 00000000..f6e86cfc
--- /dev/null
+++ b/tests/__data__/expected/guides_update/GUIDES.md
@@ -0,0 +1,13 @@
+# Guides
+
+
+
+ | Host | Status | Channels | Last Updated | Links |
+
+
+ | example.com | 🔴 | 0 | - | |
+ | worker-9dd4.onrender.com | 🟢 | 1 | a day ago | channels.xml guide.xml |
+
+
+
+[How can I add my server to the list?](CONTRIBUTING.md#how-to-add-my-server-to-the-guides-md)
diff --git a/tests/__data__/input/guides_update/channels.xml b/tests/__data__/input/guides_update/channels.xml
new file mode 100644
index 00000000..46c1b2e9
--- /dev/null
+++ b/tests/__data__/input/guides_update/channels.xml
@@ -0,0 +1,4 @@
+
+
+ ANT1 Europe
+
\ No newline at end of file
diff --git a/tests/__data__/input/guides_update/guide.xml b/tests/__data__/input/guides_update/guide.xml
new file mode 100644
index 00000000..ed17438e
--- /dev/null
+++ b/tests/__data__/input/guides_update/guide.xml
@@ -0,0 +1,30 @@
+
+ANT1 Europehttps://antennaeurope.gr
+ΚΑΛΗΜΕΡΑ ΕΛΛΑΔΑ
+ΤΟ ΠΡΩΙΝΟ
+ANT1 NEWS
+ΑΠΟΚΑΛΥΨΕΙΣ
+ΡΟΥΚ ΖΟΥΚ
+5 X 5
+ANT1 NEWS
+ΠΟΙΟΣ ΘΕΛΕΙ ΝΑ ΓΙΝΕΙ ΕΚΑΤΟΜΜΥΡΙΟΥΧΟΣ
+GRAND HOTEL
+ΓΙΑΤΙ ΡΕ ΠΑΤΕΡΑ ;
+THE ROADSHOW - BEST OF
+ΕΝΩΠΙΟΣ ΕΝΩΠΙΩ
+5 X 5
+ΤΟ ΠΡΩΙΝΟ
+ΚΑΛΗΜΕΡΑ ΕΛΛΑΔΑ
+ΤΟ ΠΡΩΙΝΟ
+ANT1 NEWS
+ΑΠΟΚΑΛΥΨΕΙΣ
+ΡΟΥΚ ΖΟΥΚ
+5 X 5
+ANT1 NEWS
+ΠΟΙΟΣ ΘΕΛΕΙ ΝΑ ΓΙΝΕΙ ΕΚΑΤΟΜΜΥΡΙΟΥΧΟΣ
+DON'T FORGET THE LYRICS
+VIΠ
+ΠΕΦΤΕΙ Η ΝΥΧΤΑ ΜΕ... ΡΥΘΜΟ
+5 X 5
+ΤΟ ΠΡΩΙΝΟ
+
\ No newline at end of file
diff --git a/tests/__data__/input/guides_update/worker.json b/tests/__data__/input/guides_update/worker.json
new file mode 100644
index 00000000..371feec0
--- /dev/null
+++ b/tests/__data__/input/guides_update/worker.json
@@ -0,0 +1,4 @@
+{
+ "channels": "channels.xml",
+ "guide": "guide.xml"
+}
\ No newline at end of file
diff --git a/tests/__data__/input/guides_update/workers.txt b/tests/__data__/input/guides_update/workers.txt
new file mode 100644
index 00000000..02ca158a
--- /dev/null
+++ b/tests/__data__/input/guides_update/workers.txt
@@ -0,0 +1,2 @@
+example.com
+worker-9dd4.onrender.com
\ No newline at end of file