aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing.go b/testing.go
index 40b0c42..c8bd66a 100644
--- a/testing.go
+++ b/testing.go
@@ -24,7 +24,7 @@ func (t *T) Assert(b bool) bool {
t.Helper()
if !b {
- t.Error("\nexepected value to be true")
+ t.Error("\nexpected value to be true")
}
return b
}