|
111 | 111 | " <tr>\n", |
112 | 112 | " <th>adrian</th>\n", |
113 | 113 | " <td>Adrian</td>\n", |
114 | | - " <td>Yang</td>\n", |
115 | | - " <td>adrian.yang@teamtreehouse.com</td>\n", |
| 114 | + " <td>Fang</td>\n", |
| 115 | + " <td>adrian.fang@teamtreehouse.com</td>\n", |
116 | 116 | " <td>True</td>\n", |
117 | 117 | " <td>2018-04-28</td>\n", |
118 | 118 | " <td>3</td>\n", |
|
198 | 198 | "aaron Aaron Davis aaron6348@gmail.com \n", |
199 | 199 | "acook Anthony Cook cook@gmail.com \n", |
200 | 200 | "adam.saunders Adam Saunders adam@gmail.com \n", |
201 | | - "adrian Adrian Yang adrian.yang@teamtreehouse.com \n", |
| 201 | + "adrian Adrian Fang adrian.fang@teamtreehouse.com \n", |
202 | 202 | "adrian.blair Adrian Blair adrian9335@gmail.com \n", |
203 | 203 | "... ... ... ... \n", |
204 | 204 | "wilson Robert Wilson robert@yahoo.com \n", |
|
250 | 250 | "FAIL: test_email_verified (tests.helpers.TestReferralCounts)\n", |
251 | 251 | "----------------------------------------------------------------------\n", |
252 | 252 | "Traceback (most recent call last):\n", |
253 | | - " File \"/Users/craig/Code/scripting/intro-to-pandas/tests/test_cells.py\", line 22, in test_email_verified\n", |
| 253 | + " File \"/Users/craig/Code/scripting/intro-to-pandas/tests/test_cells.py\", line 26, in test_email_verified\n", |
254 | 254 | " \"I found some emails that weren't verified, are you sure you limited it by verified only?\")\n", |
255 | 255 | "AssertionError: 0 != 86 : I found some emails that weren't verified, are you sure you limited it by verified only?\n", |
256 | 256 | "\n", |
257 | 257 | "======================================================================\n", |
258 | 258 | "FAIL: test_referral_counts (tests.helpers.TestReferralCounts)\n", |
259 | 259 | "----------------------------------------------------------------------\n", |
260 | 260 | "Traceback (most recent call last):\n", |
261 | | - " File \"/Users/craig/Code/scripting/intro-to-pandas/tests/test_cells.py\", line 27, in test_referral_counts\n", |
| 261 | + " File \"/Users/craig/Code/scripting/intro-to-pandas/tests/test_cells.py\", line 31, in test_referral_counts\n", |
262 | 262 | " \"I found some referral counts that were less than 5. Check your condition.\")\n", |
263 | 263 | "AssertionError: 0 != 300 : I found some referral counts that were less than 5. Check your condition.\n", |
264 | 264 | "\n", |
265 | 265 | "======================================================================\n", |
266 | 266 | "FAIL: test_total (tests.helpers.TestReferralCounts)\n", |
267 | 267 | "----------------------------------------------------------------------\n", |
268 | 268 | "Traceback (most recent call last):\n", |
269 | | - " File \"/Users/craig/Code/scripting/intro-to-pandas/tests/test_cells.py\", line 31, in test_total\n", |
| 269 | + " File \"/Users/craig/Code/scripting/intro-to-pandas/tests/test_cells.py\", line 35, in test_total\n", |
270 | 270 | " \"Whoops I received a different count than I expected, make sure the last line \"\n", |
271 | 271 | "AssertionError: 475 != 142 : Whoops I received a different count than I expected, make sure the last line is the entire resulting DataFrame (not just the head)\n", |
272 | 272 | "\n", |
|
0 commit comments