Skip to content

Commit

Permalink
removed unecessary class
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-hoyle committed Feb 6, 2025
1 parent 197241e commit 4f916f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ class GraphQlApi(
implicit class FutureUtils[T](f: Future[T]) {
def toIO: IO[T] = IO.fromFuture(IO(f))
}

}

object GraphQlApi {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import uk.gov.nationalarchives.tdr.validation.schema.JsonSchemaDefinition.BASE_S
class DependencyVersionReaderSpec extends AnyFlatSpec {

"dependencies version reader" should "read version of the da-metadata-schema" in {

val containingFilePath = BASE_SCHEMA.schemaLocation
val version: Option[String] = findDependencyVersion(containingFilePath)
assert(version.isDefined)
Expand Down

0 comments on commit 4f916f1

Please sign in to comment.