質問編集履歴

2

ファイル名が間違っていたので修正

2020/06/19 07:44

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -74,7 +74,7 @@
74
74
 
75
75
  ``` scala
76
76
 
77
- class AaaSpec extends PlaySpec with GuiceOneAppPerSuite with BeforeAndAfter {
77
+ class RepositoryOnDBSpec extends PlaySpec with GuiceOneAppPerSuite with BeforeAndAfter {
78
78
 
79
79
 
80
80
 

1

実行結果が記載しているソースコードのファイル名と違ったため。

2020/06/19 07:44

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  > "jdbc:h2:mem:[play]" was not equal to "jdbc:h2:mem:[test]"
12
12
 
13
- ScalaTestFailureLocation: repository.AaaSpec at (AaaSpec.scala:13)
13
+ ScalaTestFailureLocation: repository.RepositoryOnDBSpec at (RepositoryOnDBSpec.scala:13)
14
14
 
15
15
  Expected :"jdbc:h2:mem:[test]"
16
16