From 575ccbef7ffe581db9f3b5189050ee810d7e6ed4 Mon Sep 17 00:00:00 2001 From: jurraca Date: Sat, 6 Jul 2019 15:32:28 -0500 Subject: [PATCH] Fix `read_payload` test function The test here should be for `read_payload` not `read_checksum` (which was the previous test) --- 1. Message Structure/Lesson.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1. Message Structure/Lesson.ipynb b/1. Message Structure/Lesson.ipynb index 71b685a..d707354 100644 --- a/1. Message Structure/Lesson.ipynb +++ b/1. Message Structure/Lesson.ipynb @@ -667,7 +667,7 @@ " assert stream.read(1) == b\"x\"\n", " print(\"Test passed\")\n", " \n", - "test_read_checksum()" + "test_read_payload()" ] }, {