Skip to content

PyDumper: Fix test for next() method.

Scott Snyder requested to merge ssnyder/athena:next.PyDumper-20200528 into master

The test used for the proper next() method could trigger a null pointer dereference if the container was empty. Fix by testing the class, rather than the object.

Merge request reports