Skip to content

Commit 8cfbdaf

Browse files
committed
-- template
1 parent 68c20cf commit 8cfbdaf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/scala/templates/T00.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
package templates
22

3-
import org.scalatest.Succeeded
43
import tools.Sandbox
54

65
class T00 extends Sandbox {
76

87
test("1") {
9-
Succeeded
8+
succeed
109
}
1110

1211
}

0 commit comments

Comments
 (0)