diff options
| author | Michiel Beijen <mb@x14.nl> | 2017-04-23 22:06:12 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-04-24 20:16:09 -0400 |
| commit | 5e8625ba643db118a44cb32e9e48bf431ef4da53 (patch) | |
| tree | 62e94281654806927d39568683413941d581633c /tests | |
| parent | 9f2e8b5bb79722ccafa3c4d6816bc847be1f59f9 (diff) | |
Renamed "Mac OS X" to "macOS" in docs.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/migrations/test_commands.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/migrations/test_commands.py b/tests/migrations/test_commands.py index 699a3e994a..3b022e666c 100644 --- a/tests/migrations/test_commands.py +++ b/tests/migrations/test_commands.py @@ -672,7 +672,7 @@ class MakeMigrationsTests(MigrationTestBase): module = 'migrations.test_migrations_order' with self.temporary_migration_module(module=module) as migration_dir: if hasattr(importlib, 'invalidate_caches'): - # importlib caches os.listdir() on some platforms like Mac OS X + # importlib caches os.listdir() on some platforms like macOS # (#23850). importlib.invalidate_caches() call_command('makemigrations', 'migrations', '--empty', '-n', 'a', '-v', '0') @@ -1200,7 +1200,7 @@ class MakeMigrationsTests(MigrationTestBase): content = cmd("0001", migration_name_0001) self.assertIn("dependencies=[\n]", content) - # importlib caches os.listdir() on some platforms like Mac OS X + # importlib caches os.listdir() on some platforms like macOS # (#23850). if hasattr(importlib, 'invalidate_caches'): importlib.invalidate_caches() |
