GP-0: Fixing RTTI test

This commit is contained in:
Ryan Kurtz
2026-06-16 06:25:34 -04:00
parent a8473cc42f
commit a3c59d876e

View File

@@ -71,7 +71,7 @@ public class CreateRtti1BackgroundCmd extends AbstractCreateDataBackgroundCmd<Rt
@Override
protected boolean createAssociatedData() throws CancelledException {
return createRtti0() || createRtti3();
return createRtti0() | createRtti3();
}
private boolean createRtti0() throws CancelledException {