From 67f275073d447cf7ba23e2728bfc227f0199006e Mon Sep 17 00:00:00 2001 From: Evan Lloyd New-Schmidt Date: Mon, 20 Feb 2023 16:04:05 -0500 Subject: [PATCH] Update unit test --- focstest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/focstest.py b/focstest.py index e108b3f..129e3b1 100755 --- a/focstest.py +++ b/focstest.py @@ -482,7 +482,7 @@ def infer_url(filepath: PathLike) -> Optional[Url]: Returns: None if the filename could not be parsed - >>> infer_url('foo/bar/homework1.ml') == urlparse('https://rpucella.net/courses/focs-sp22/homeworks/1/index.html') + >>> infer_url('foo/bar/homework1.ml') == urlparse('https://rpucella.net/courses/focs-sp23/homeworks/1/index.html') True >>> infer_url('foo/bar.ml') is None True