File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/com/ffxivcensus/gatherer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,14 +177,14 @@ public void testGetVeteranPlayer() throws Exception {
177177
178178
179179 /**
180- * Perform a test of the getPlayer method using character #13002145 (Matthew Pricewood, Cerberus ) to test data
180+ * Perform a test of the getPlayer method using character #13002145 (Mi Clay, Yojimbo ) to test data
181181 * that could not be tested with other tests.
182182 *
183183 * @throws Exception Exception exception thrown when reading non-existant character.
184184 */
185185 @ org .junit .Test
186186 public void testUnplayedPlayer () throws Exception {
187- Player player = Player .getPlayer (13002145 );
187+ Player player = Player .getPlayer (13002142 );
188188
189189 //Test grand company
190190 assertEquals ("none" , player .getGrandCompany ());
You can’t perform that action at this time.
0 commit comments