C#C
C#9mo ago
owlzyhoots

✅ Relation Does not Exist when running Tests

Hi, trusting y'all are well. So I am runnin into this issue where my XUnit tests using a Postgres Test Container fail with the error message
Npgsql.PostgresException : 42P01: relation "Accidents" does not exist
. I have an extension method
Apply Migrations
that should run the migrations when the container starts. I'd appreciate your aid, thanks!
Screenshot_2025-03-31_141847.png
Was this page helpful?