Skip to content

Commit 613304c

Browse files
committed
Fix a misnamed test class (header line didn't match filename)
1 parent e90b484 commit 613304c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dc/sample/unittests/TestPersistentClass.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Class dc.sample.unittests.TestCreateRecord Extends %UnitTest.TestCase
1+
Class dc.sample.unittests.TestPersistentClass Extends %UnitTest.TestCase
22
{
33

44
Method TestCreateRecord()

0 commit comments

Comments
 (0)