Skip to content

Commit

Permalink
[#1456] Correct type names for registry contract tests
Browse files Browse the repository at this point in the history
`ExpressionEvaluationServicesRegitryTest` ->
`ExpressionEvaluationServicesRegistryTest`
  • Loading branch information
ruspl-afed committed Nov 13, 2024
1 parent 4ec620e commit e0b9539
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2020, 2021 ArSysOp
* Copyright (c) 2020, 2024 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -9,6 +9,7 @@
*
* Contributors:
* ArSysOp - initial API and implementation
* ArSysOp - further support and improvements
*******************************************************************************/
package org.eclipse.passage.lic.api.tests;

Expand All @@ -30,7 +31,7 @@
* and satisfy all the demands.
* </p>
*/
public abstract class ExpressionEvaluationServicesRegitryTest
public abstract class ExpressionEvaluationServicesRegistryTest
extends ReadOnlyCollectionTest<ExpressionEvaluationService> {

@Override
Expand Down

0 comments on commit e0b9539

Please sign in to comment.