Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Apr 13, 2024
1 parent 4eafacf commit 5fb525d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/PluginJamfMobileSync.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public function testImportAsPhone() {
]);
$this->assertEquals(1, $ext_iterator->count());
$ext_field = $ext_iterator->current();
$this->assertEquals('ca44c88e60a311e490b812df261f2c7e', $ext_field['value']);
$this->assertEquals('1aec6610a9401d2cc47cb55e1a2f7b500ab75864', $ext_field['value']);
}

public function deviceSyncEnginesProvider() {
Expand Down

0 comments on commit 5fb525d

Please sign in to comment.