aboutsummaryrefslogtreecommitdiff
path: root/src/core/errors_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/errors_test.c')
-rw-r--r--src/core/errors_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/errors_test.c b/src/core/errors_test.c
index 72a107f4..b02bd36b 100644
--- a/src/core/errors_test.c
+++ b/src/core/errors_test.c
@@ -18,6 +18,7 @@ test_known_errors(void)
NUTS_MATCH(nng_strerror(0), "Hunky dory");
NUTS_MATCH(nng_strerror(NNG_ECLOSED), "Object closed");
NUTS_MATCH(nng_strerror(NNG_ETIMEDOUT), "Timed out");
+ NUTS_MATCH(nng_strerror(NNG_ESTOPPED), "Operation stopped");
}
static void