From d4ad4da0b094e258e597cdc83801d3f3bb8ecb69 Mon Sep 17 00:00:00 2001 From: Antonio Navarro Perez Date: Wed, 8 May 2024 12:01:50 +0200 Subject: [PATCH] Fix typo Signed-off-by: Antonio Navarro Perez --- gnovm/tests/package_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnovm/tests/package_test.go b/gnovm/tests/package_test.go index 4b6497362a2..a3f9e587030 100644 --- a/gnovm/tests/package_test.go +++ b/gnovm/tests/package_test.go @@ -51,7 +51,7 @@ func TestPackages(t *testing.T) { for _, pkgPath := range pkgPaths { testDir := testDirs[pkgPath] t.Run(pkgPath, func(t *testing.T) { - t.Skip("almost any new packag is failing. Ignoring this test for now until we find a solution for this.") + t.Skip("almost any new package is failing. Ignoring this test for now until we find a solution for this.") if pkgPath == "gno.land/p/demo/avl" { t.Skip("package failing")