diff --git a/registry_module_integration_test.go b/registry_module_integration_test.go index 124036c7c..813bb11bd 100644 --- a/registry_module_integration_test.go +++ b/registry_module_integration_test.go @@ -493,7 +493,7 @@ func TestRegistryModulesShowVersion(t *testing.T) { }) }) - t.Run("when the version does not exist", func(t *testing.T) { + t.Run("when reading a version that does not exist", func(t *testing.T) { options := RegistryModuleCreateVersionOptions{ Version: String("1.2.3"), }