Skip to content

Commit c2abed7

Browse files
committed
test build fix
1 parent 996977b commit c2abed7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/org/labkey/test/WebDriverWrapper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,9 +1358,9 @@ public String getDisplayName()
13581358
return whoAmI().getDisplayName();
13591359
}
13601360

1361-
public Number getUserId()
1361+
public int getCurrentUserId()
13621362
{
1363-
return whoAmI().getUserId();
1363+
return whoAmI().getUserId().intValue();
13641364
}
13651365

13661366
public String getCurrentDateTimeFormatString()

0 commit comments

Comments
 (0)