From a656a14c61d5dc47443613f553b4e4679a9c043a Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Fri, 19 Jul 2024 14:24:36 -0500 Subject: [PATCH] run all --- src/tests/test_glassdoor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/test_glassdoor.py b/src/tests/test_glassdoor.py index 54ee4e3..29e3aa4 100644 --- a/src/tests/test_glassdoor.py +++ b/src/tests/test_glassdoor.py @@ -2,7 +2,7 @@ from ..jobspy import scrape_jobs import pandas as pd -def test_glasdoor(): +def test_glassdoor(): result = scrape_jobs( site_name="glassdoor", search_term="engineer",