From e82207b5918c45f5f43babe73f46da1a7025810d Mon Sep 17 00:00:00 2001 From: Shubham Agrawal Date: Fri, 5 Feb 2021 20:39:03 +0530 Subject: [PATCH] Fix UT --- posix/posix_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posix/posix_test.go b/posix/posix_test.go index ccf96b9..a70f214 100644 --- a/posix/posix_test.go +++ b/posix/posix_test.go @@ -230,14 +230,14 @@ var tests = []struct { }{ { commit: "9cd29dca0a98f76df94d66493ee54788a18190a0", - branch: "main", + branch: "master", tag: "v1.0.0", file: "hello.txt", text: "hi world\n", }, { commit: "bbdf5d4028a6066431f59fcd8d83afff610a55ae", - branch: "main", + branch: "master", tag: "v1.1.0", file: "hello.txt", text: "hello world\n",