Skip to content

Commit

Permalink
Fixes organization for GitHubExample test (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefernandez authored Mar 28, 2023
1 parent 4260a68 commit f0d1a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch-examples/src/test/scala/GithubExample.scala
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class GithubExample extends AnyWordSpec with Matchers {
fetchOrg(org).map(projects => projects.map(_.languages.toSet).fold(Set())(_ ++ _).size)

"We can fetch org repos" in {
val io = Fetch.runLog[IO](fetchOrg[IO]("47deg"))
val io = Fetch.runLog[IO](fetchOrg[IO]("47degrees"))

val (log, result) = io.unsafeRunSync()

Expand Down

0 comments on commit f0d1a16

Please sign in to comment.