Skip to content
Snippets Groups Projects
Commit 4a6f6755 authored by Adam G-H's avatar Adam G-H
Browse files

ws error

parent 49bc08b3
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !246. Comments created here will be created in the context of that merge request.
......@@ -108,7 +108,7 @@ class PackageUpdateTest extends TemplateProjectTestBase {
// Services added to the updated module should be available and return
// the expected value.
'new service exists' => 'exists',
'value of new service' => 'New service, should not exist before update',
'value of new service' => 'New service, should not exist before update',
];
$this->assertSame($expected_post_apply_results, $results['post']);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment