rename output_35 to output_24_to_latest (#7006)

This commit is contained in:
Prabhat Khera
2022-06-02 11:30:42 +12:00
committed by GitHub
parent c41f7f8270
commit 9b58c2e466
2 changed files with 2 additions and 2 deletions

View File

@@ -34,9 +34,9 @@ func TestMigrateData(t *testing.T) {
wantPath string
}{
{
testName: "migrate version 24 to 35",
testName: "migrate version 24 to latest",
srcPath: "test_data/input_24.json",
wantPath: "test_data/output_35.json",
wantPath: "test_data/output_24_to_latest.json",
},
}
for _, test := range snapshotTests {