9 lines
121 B
Groovy
9 lines
121 B
Groovy
|
package org.bigbluebutton.web.domain
|
||
|
|
||
|
class AccountTests extends GroovyTestCase {
|
||
|
|
||
|
void testSomething() {
|
||
|
|
||
|
}
|
||
|
}
|