Skip to content

Commit

Permalink
Fix SQLite test
Browse files Browse the repository at this point in the history
The reported DB name string is different now.
  • Loading branch information
julen committed Jan 21, 2020
1 parent 54bc7fd commit d47a758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def test_backend_db():
from django.db import connection, connections

if connection.vendor == "sqlite":
assert connections.databases["default"]["NAME"] == ":memory:"
assert "file:memorydb" in connections.databases["default"]["NAME"]

0 comments on commit d47a758

Please sign in to comment.