Skip to content

Commit 3e14c56

Browse files
authored
Updated Player Tests because Player has returned to game.
1 parent 19d7fbf commit 3e14c56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/ffxivcensus/gatherer/PlayerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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());

0 commit comments

Comments
 (0)