From c813d56785460dd9ecef7a2423851c90afeeaf4e Mon Sep 17 00:00:00 2001 From: Chunyi Lyu Date: Wed, 24 Mar 2021 10:11:21 +0000 Subject: [PATCH] Go test files should have *_test.go suffix (#644) - go test expect test files to have suffix _test. we are not using go test, but we should still align with expectations of it when we can --- system_tests/{system_tests.go => system_test.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename system_tests/{system_tests.go => system_test.go} (100%) diff --git a/system_tests/system_tests.go b/system_tests/system_test.go similarity index 100% rename from system_tests/system_tests.go rename to system_tests/system_test.go