Skip to content

Commit 1d230f9

Browse files
committed
enginetest: Rename
1 parent 1fd529b commit 1d230f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testing/go/enginetest/doltgres_engine_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1735,12 +1735,12 @@ func TestStatsHistograms(t *testing.T) {
17351735
denginetest.RunStatsHistogramTests(t, h)
17361736
}
17371737

1738-
// TestStatsIO force a provider reload in-between setup and assertions that
1738+
// TestStatsStorage force a provider reload in-between setup and assertions that
17391739
// forces a round trip of the statistics table before inspecting values.
1740-
func TestStatsIO(t *testing.T) {
1740+
func TestStatsStorage(t *testing.T) {
17411741
t.Skip()
17421742
h := newDoltgresServerHarness(t)
1743-
denginetest.RunStatsIOTests(t, h)
1743+
denginetest.RunStatsStorageTests(t, h)
17441744
}
17451745

17461746
func TestJoinStats(t *testing.T) {

0 commit comments

Comments
 (0)