gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-typescript-core] branch master updated: -fix check


From: Admin
Subject: [taler-typescript-core] branch master updated: -fix check
Date: Thu, 05 Jun 2025 02:58:15 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository taler-typescript-core.

The following commit(s) were added to refs/heads/master by this push:
     new e4be6dc6c -fix check
e4be6dc6c is described below

commit e4be6dc6c6d11e9dab655a5174fabe76bf9ee742
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Jun 5 02:58:11 2025 +0200

    -fix check
---
 packages/taler-harness/src/harness/harness.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-harness/src/harness/harness.ts 
b/packages/taler-harness/src/harness/harness.ts
index 2f7ee8304..ad8758d55 100644
--- a/packages/taler-harness/src/harness/harness.ts
+++ b/packages/taler-harness/src/harness/harness.ts
@@ -380,7 +380,7 @@ export class GlobalTestState {
   }
 
   fail(message?: string): never {
-    if (message) {
+    if (!message) {
       throw Error(`test failed`);
     } else {
       throw Error(`test failed: ${message}`);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]