diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-06-26 04:01:02 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-06-26 04:01:02 +0900 |
| commit | 972f4006f0951f7abd92cb95f6dc9724860e556b (patch) | |
| tree | a0ee5e4e98062fe6f41a6670b905c9df850b7be4 /print_test.go | |
| parent | 9a8a0479084913f1b835e65e5e9f900e4cd9dbf7 (diff) | |
treewide: switch to hakurei.app
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'print_test.go')
| -rw-r--r-- | print_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print_test.go b/print_test.go index 0c108048..883199d6 100644 --- a/print_test.go +++ b/print_test.go @@ -460,8 +460,8 @@ func Test_printPs(t *testing.T) { {"nil instance", state.Entries{testID: nil}, false, false, " Instance PID Application Uptime\n"}, {"state corruption", state.Entries{app.ID{}: testState}, false, false, " Instance PID Application Uptime\n"}, - {"valid pd", state.Entries{testID: &state.State{ID: testID, PID: 1 << 8, Config: new(hst.Config), Time: testAppTime}}, false, false, ` Instance PID Application Uptime - 8e2c76b0 256 0 (uk.gensokyo.hakurei.8e2c76b0) 1h2m32s + {"valid pd", state.Entries{testID: &state.State{ID: testID, PID: 1 << 8, Config: new(hst.Config), Time: testAppTime}}, false, false, ` Instance PID Application Uptime + 8e2c76b0 256 0 (app.hakurei.8e2c76b0) 1h2m32s `}, {"valid", state.Entries{testID: testState}, false, false, ` Instance PID Application Uptime |
