diff --git a/.idea/CSC256Public.iml b/.idea/CSC256Public.iml
index c44bb239..d5733cf4 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..891d8a32 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..bc466d89 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -2,46 +2,17 @@
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -53,6 +24,9 @@
+
+
+
+
@@ -95,14 +70,11 @@
-
-
-
-
-
-
-
-
+
@@ -115,18 +87,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -139,6 +99,7 @@
+
@@ -150,6 +111,7 @@
+
@@ -163,6 +125,7 @@
+
@@ -208,11 +171,23 @@
-
+
+
+
+
+
+
-
+
+
diff --git a/gitremote/test/unit/test_whats_my_name.py b/gitremote/test/unit/test_whats_my_name.py
index bf16e556..2c402950 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 "Zach Devore" == my_name_is()
\ No newline at end of file
diff --git a/gitremote/whats_my_name.py b/gitremote/whats_my_name.py
index 9c08a87b..ea44e06a 100644
--- a/gitremote/whats_my_name.py
+++ b/gitremote/whats_my_name.py
@@ -1,5 +1,5 @@
def my_name_is():
- return "Joseph"
+ return "Zach Devore"
# palaheel76 doesn't want any comments