tracks/go/exercises/leap/leap_test.go in trackler-2.0.8.9 vs tracks/go/exercises/leap/leap_test.go in trackler-2.0.8.10
- old
+ new
@@ -1,12 +1,10 @@
package leap
import "testing"
-// Define a function IsLeapYear(int) bool.
-//
-// Also define a testVersion with a value that matches
-// the targetTestVersion here.
+// Define a function with the following signature:
+// IsLeapYear(int) bool
const targetTestVersion = 3
func TestTestVersion(t *testing.T) {
if testVersion != targetTestVersion {