From 36a3339a4769d9d7b1809cc3076aca1edfbfa233 Mon Sep 17 00:00:00 2001 From: Ryan Tinianov Date: Thu, 25 Sep 2025 13:14:16 -0400 Subject: [PATCH] Update std tests to include a proper async capability call test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 98358698..c78a810c 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ update-capabilities: # Override if you wish to test against a branch. # Alternatively, you can override the directory in chainlink-common to point to this repository -COMMON_VERSION ?= cre-std-tests@0.4.0 +COMMON_VERSION ?= cre-std-tests@0.5.0 MODULE := github.com/smartcontractkit/chainlink-common # Override on Windows if you aren't using a Unix-like shell: