MadStudioRoblox / ProfileService

Universal session-locked savable table API
https://madstudioroblox.github.io/ProfileService/
Apache License 2.0
292 stars 157 forks source link

ProfileTest errors in Mock mode (faulty :IsActive) #34

Open BizzarBlitz opened 1 year ago

BizzarBlitz commented 1 year ago

When running ProfileTest.lua in Mock mode (ProfileTest.TEST_MOCK = true), I get this error

image

This only happens when testing mock functionality, so I am unsure of whether this is intentional behavior of Profile:IsActive() or not. If it is intentional, then it should be documented and the test script should accommodate for it instead of erroring.