From ae66b3d2fb2f1f65f6ca8932e8044114e609d0b4 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 3 Nov 2025 01:49:27 +0900 Subject: message: rename NewMsg to New Should have done this when relocating this from container. Now is a good time to rename it before v0.3.x. Signed-off-by: Ophestra --- internal/outcome/main_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/outcome/main_test.go') diff --git a/internal/outcome/main_test.go b/internal/outcome/main_test.go index f25264b2..14aa34d7 100644 --- a/internal/outcome/main_test.go +++ b/internal/outcome/main_test.go @@ -29,7 +29,7 @@ import ( func TestOutcomeMain(t *testing.T) { t.Parallel() - msg := message.NewMsg(nil) + msg := message.New(nil) msg.SwapVerbose(testing.Verbose()) testCases := []struct { @@ -40,7 +40,7 @@ func TestOutcomeMain(t *testing.T) { wantSys *system.I wantParams *container.Params }{ - {"template", new(stubNixOS), hst.Template(), checkExpectInstanceId, system.New(panicMsgContext{}, message.NewMsg(nil), 1000009). + {"template", new(stubNixOS), hst.Template(), checkExpectInstanceId, system.New(panicMsgContext{}, message.New(nil), 1000009). // spParamsOp Ensure(m("/tmp/hakurei.0"), 0711). -- cgit v1.3.1