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