aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/scala/org/perl8/test/harness/MultiTestReporter.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/org/perl8/test/harness/MultiTestReporter.scala')
-rw-r--r--src/main/scala/org/perl8/test/harness/MultiTestReporter.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/scala/org/perl8/test/harness/MultiTestReporter.scala b/src/main/scala/org/perl8/test/harness/MultiTestReporter.scala
index 8437c4a..56f32fd 100644
--- a/src/main/scala/org/perl8/test/harness/MultiTestReporter.scala
+++ b/src/main/scala/org/perl8/test/harness/MultiTestReporter.scala
@@ -1,10 +1,10 @@
-package org.perl8.test.harness
+package com.iinteractive.test.harness
/** Classes that implement `MultiTestReporter` are capable of running a group
* of test classes, given their names. This typically involves some sort of
* summarization.
*
- * @see [[org.perl8.test.harness.Reporter Reporter]].
+ * @see [[com.iinteractive.test.harness.Reporter Reporter]].
*/
trait MultiTestReporter {
/** Runs the test classes identifed by the list of fully qualified class