Skip to content

Commit 71b5f5a

Browse files
committed
Fix typo
1 parent 06c27e5 commit 71b5f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/google-foobar-first-codechallenge-caesar-cipher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ __Yay! All Tests Passed. Time <2mins.__
184184
### Review
185185
The next day I reviewed the solution and recalled the overall process. Phew! It was a close call.
186186

187-
I wanted to refactor the submitted code as it was done in a hurry. And prior to refactoring, I wrote `Unit Tests` to make sure that all the methods will work as before. Those tests did not needed to be extensive covering all edge cases; neither should have many use cases, the solution had already passed Google's test cases.
187+
I wanted to refactor the submitted code as it was done in a hurry. And prior to refactoring, I wrote `Unit Tests` to make sure that all the methods will work as before. Those tests did not need to be extensive covering all edge cases; neither should have many use cases, the solution had already passed Google's test cases.
188188

189189
Previously, I had an interview with Google in July 2019. It was more of a casual talk I had with a nice lady to see if I fit the available role at a certain location. Unfortunately, it did not work out.
190190

0 commit comments

Comments
 (0)