質問編集履歴
2
ファイル名が間違っていたので修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -74,7 +74,7 @@
|
|
74
74
|
|
75
75
|
``` scala
|
76
76
|
|
77
|
-
class
|
77
|
+
class RepositoryOnDBSpec extends PlaySpec with GuiceOneAppPerSuite with BeforeAndAfter {
|
78
78
|
|
79
79
|
|
80
80
|
|
1
実行結果が記載しているソースコードのファイル名と違ったため。
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.
|
13
|
+
ScalaTestFailureLocation: repository.RepositoryOnDBSpec at (RepositoryOnDBSpec.scala:13)
|
14
14
|
|
15
15
|
Expected :"jdbc:h2:mem:[test]"
|
16
16
|
|