From 6ae7c4f3e47dbaeb5ad279e8bff0bef647e143c5 Mon Sep 17 00:00:00 2001 From: Drew Gonzales <6912711+drewgonzales360@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:03:28 -0800 Subject: [PATCH] Update Makefile Co-authored-by: Baptiste Girard-Carrabin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1de5f00a7..e96f993b90 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ test/coverage: rm cover.out filtered_cover.out # TODO: Re-enable sanity tests -# sanity tests have been disabled with the removal of NewFakeDriver, which was previously created to instantiate a fake driver utilized for testing. +# sanity tests have been disabled with the removal of NewFakeDriver, which was previously created to instantiate a fake driver utilized for testing. # to re-enable tests, implement sanity tests creating a new driver instance by injecting mocked dependencies. #.PHONY: test-sanity #test-sanity: