File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scalatest-test/src/test/scala/org/scalatest/path Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ class FreeSpecSpec extends org.scalatest.FunSpec with GivenWhenThen {
245
245
246
246
it(" should create new instance as FreeSpecLike" ) {
247
247
val spec = new ExampleFreeSpecLike
248
- assert(spec.newInstance.isInstanceOf [FreeSpecLike ])
248
+ assert(spec.newInstance.isInstanceOf [org.scalatest.path. FreeSpecLike ])
249
249
}
250
250
251
251
describe(" (with info calls)" ) {
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ class FunSpecSpec extends org.scalatest.FreeSpec with GivenWhenThen {
137
137
138
138
" should create new instance as FunSpecLike" in {
139
139
val spec = new ExampleFunSpecLike
140
- assert(spec.newInstance.isInstanceOf [FunSpecLike ])
140
+ assert(spec.newInstance.isInstanceOf [org.scalatest.path. FunSpecLike ])
141
141
}
142
142
143
143
" (with info calls)" - {
You can’t perform that action at this time.
0 commit comments