Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 132b04a

Browse files
authored
Merge pull request #9 from google/fix-regex
Fix test case for prefix
2 parents 7267663 + 635fb98 commit 132b04a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stackdriver_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ func TestNewSinkSetCustomPrefix(t *testing.T) {
107107
},
108108
{
109109
name: "set custom",
110-
configPrefix: sPtr("cuSt0m_metrics"),
111-
expectedPrefix: "cuSt0m_metrics",
110+
configPrefix: sPtr("cust0m_metrics"),
111+
expectedPrefix: "cust0m_metrics",
112112
},
113113
{
114114
name: "default to go-metrics/ when given prefix is invalid",

0 commit comments

Comments
 (0)