diff --git a/.idea/CSC256Public.iml b/.idea/CSC256Public.iml
index c44bb239..a34b194d 100644
--- a/.idea/CSC256Public.iml
+++ b/.idea/CSC256Public.iml
@@ -4,11 +4,10 @@
-
+
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index d2db35a5..ad1fe63f 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -6,5 +6,5 @@
-
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index de392bc0..5a300286 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -2,46 +2,14 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -53,6 +21,9 @@
+
+
+
+
@@ -95,6 +67,10 @@
+
+
+
+
@@ -115,19 +91,28 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -139,17 +124,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/gitremote/test/unit/test_whats_my_name.py b/gitremote/test/unit/test_whats_my_name.py
index bf16e556..36097c6b 100644
--- a/gitremote/test/unit/test_whats_my_name.py
+++ b/gitremote/test/unit/test_whats_my_name.py
@@ -4,4 +4,4 @@
def test_my_name_is():
- assert "Joseph" == my_name_is()
\ No newline at end of file
+ assert "Joshua" == my_name_is()
diff --git a/gitremote/whats_my_name.py b/gitremote/whats_my_name.py
index 9c08a87b..c671da06 100644
--- a/gitremote/whats_my_name.py
+++ b/gitremote/whats_my_name.py
@@ -1,5 +1,5 @@
def my_name_is():
- return "Joseph"
+ return "Joshua"
# palaheel76 doesn't want any comments
diff --git a/requirements.txt b/requirements.txt
index 38c2dc15..7170d899 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1 @@
-pytest==4.6
\ No newline at end of file
+pytest==7
\ No newline at end of file