Skip to content

Commit

Permalink
Fix text in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Oct 29, 2024
1 parent 7e3b03f commit fec1a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/parsers/plist_plugins/ios_mobilebackup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""Tests for the Apple iOS Car Play application plist plugin."""
"""Tests for the Apple iOS Mobile Backup plist plugin."""

import unittest

Expand All @@ -10,7 +10,7 @@


class IOSMobileBackupPlistPluginTest(test_lib.PlistPluginTestCase):
"""Tests for the Apple iOS Car Play application plist plugin."""
"""Tests for the Apple iOS Mobile Backup plist plugin."""

def testProcess(self):
"""Tests the Process function."""
Expand Down

0 comments on commit fec1a08

Please sign in to comment.