Commit b1fc8c19 authored by Andrew Godwin's avatar Andrew Godwin
Browse files

Remove unicode prefix that snuck in

parent a68f3257
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ class OperationTests(MigrationTestBase):
                ('pony_ptr', models.OneToOneField(
                    auto_created=True,
                    primary_key=True,
                    to_field=u'id',
                    to_field='id',
                    serialize=False,
                    to='test_crmoih.Pony',
                )),