diff --git a/.idea/CSC256Public.iml b/.idea/CSC256Public.iml
index c44bb239..91e841a6 100644
--- a/.idea/CSC256Public.iml
+++ b/.idea/CSC256Public.iml
@@ -4,11 +4,10 @@
-
+
-
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 00000000..fac90c80
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index d2db35a5..6452bca0 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..191b70a2 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -127,7 +127,7 @@
-
+
@@ -139,13 +139,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/gitremote/test/unit/test_whats_my_name.py b/gitremote/test/unit/test_whats_my_name.py
index bf16e556..b510ac6b 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 "vmlamedarojas2" == my_name_is()
diff --git a/gitremote/whats_my_name.py b/gitremote/whats_my_name.py
index 9c08a87b..18ee32fd 100644
--- a/gitremote/whats_my_name.py
+++ b/gitremote/whats_my_name.py
@@ -1,5 +1,5 @@
def my_name_is():
- return "Joseph"
+ return "vmlamedarojas2"
# palaheel76 doesn't want any comments