Skip to content

Commit be743c8

Browse files
chore: fix wrong comment (#13031)
Signed-off-by: tsinghuacoder<tsinghuacoder@icloud.com>
1 parent 3f9a5c2 commit be743c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

itests/f3_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ func TestF3_Enabled(t *testing.T) {
6161
e.requireAllMinersParticipate()
6262
}
6363

64-
// TestF3_Disabled tests the return values and errors of the F3 API when F3 is
65-
// disabled or is not yet running.
64+
// TestF3_InactiveModes tests F3 API behaviors under different inactive states:
65+
// 1. Completely disabled mode (F3 functionality turned off)
66+
// 2. Not-yet-ready state (F3 enabled but not yet operational)
6667
func TestF3_InactiveModes(t *testing.T) {
6768
kit.QuietMiningLogs()
6869

0 commit comments

Comments
 (0)