diff options
-rw-r--r-- | t/synthesis.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/synthesis.t b/t/synthesis.t index 2acc3bd..ea875bd 100644 --- a/t/synthesis.t +++ b/t/synthesis.t @@ -243,6 +243,6 @@ SKIP: { } }); - is($errors, 0, "evr check"); + is($errors, 0, "fields check"); } |