Files
runelite/runelite-client/src/main/java
CC007 9506c672a0 Fix locale not being applied for StackFormatterTest (#5216)
Failed tests before the commit:

```
Failed tests: 
  StackFormatterTest.quantityToRSDecimalStackSize:49 expected:<21[.]7K> but was:<21[,]7K>
  StackFormatterTest.quantityToStackSize:84 expected:<1[,]000> but was:<1[.]000>
  StackFormatterTest.stackSizeToQuantity:107 expected:<10500> but was:<10>
```

After the commit, the tests succeeded.
2018-09-02 09:54:15 +02:00
..