ARTEMIS-1847 another test fix after Netty upgrade
This commit is contained in:
parent
8f4b1a6c18
commit
893f219919
|
@ -419,6 +419,7 @@ public class SimpleStringTest extends Assert {
|
|||
final SimpleString expectedPooled = pool.getOrCreate(bb);
|
||||
bb.resetReaderIndex();
|
||||
Assert.assertSame(expectedPooled, pool.getOrCreate(bb));
|
||||
bb.resetReaderIndex();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue