Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WordSpecLike #2253

Open
Charizzardoh opened this issue Jun 27, 2023 · 3 comments
Open

WordSpecLike #2253

Charizzardoh opened this issue Jun 27, 2023 · 3 comments

Comments

@Charizzardoh
Copy link

I import the scalatest dependency with sbt and when i write import org.scalatest.WordSpecLike it doesn't work even tho it works with other traits like BeforeAndAfterAll

@cheeseng
Copy link
Contributor

@Charizzardoh May I know the scalatest version you are using? If it is 3.2.x it should be org.scalatest.wordspec.AnyWordSpec or org.scalatest.wordspec.AnyWordSpecLike.

Hope this helps.

Cheers.

@Charizzardoh
Copy link
Author

@cheeseng I did use 3.2.x at first but then i went back and tried 3.0.5 and 3.0.6

@cheeseng
Copy link
Contributor

@Charizzardoh Perhaps you can share a minimal sbt project on github so I can help take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants