Skip to content

Commit

Permalink
refactored tests into their correct packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkmorestupidless committed Aug 19, 2023
1 parent 1bf088e commit f3aae12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package com.lunatech.neat4s
package com.lunatech.neat4s.akkastreams

import akka.NotUsed
import akka.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
import akka.stream.SourceShape
import akka.stream.scaladsl.{GraphDSL, Merge, Sink, Source}
import com.lunatech.neat4s.MapListElementsToOutputs
import org.scalatest.concurrent.ScalaFutures
import org.scalatest.matchers.should.Matchers
import org.scalatest.wordspec.AnyWordSpecLike
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package com.lunatech.neat4s
package com.lunatech.neat4s.akkastreams

import akka.NotUsed
import akka.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
import akka.stream.SourceShape
import akka.stream.scaladsl.{GraphDSL, Merge, Sink, Source}
import com.lunatech.neat4s.akkastreams.NetworkNode
import com.lunatech.neat4s.ActivationFunction
import org.scalatest.matchers.should.Matchers
import org.scalatest.wordspec.AnyWordSpecLike

Expand Down

0 comments on commit f3aae12

Please sign in to comment.