Skip to content

Commit e866358

Browse files
author
Stewart Miles
committed
Enabled ConcatenateQueryStrings unit test for EditorMeasurement
Change-Id: Iec62a81075533f4d815eaf6a553dd2a2bae8af67
1 parent 65cf5b5 commit e866358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/VersionHandlerImpl/unit_tests/src/EditorMeasurementTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private EditorMeasurement CreateEditorMeasurement() {
149149
/// Concatenate query strings.
150150
/// </summary>
151151
[Test]
152-
void ConcatenateQueryStrings() {
152+
public void ConcatenateQueryStrings() {
153153
Assert.That(EditorMeasurement.ConcatenateQueryStrings(null, null), Is.EqualTo(null));
154154
Assert.That(EditorMeasurement.ConcatenateQueryStrings("foo", null), Is.EqualTo("foo"));
155155
Assert.That(EditorMeasurement.ConcatenateQueryStrings(null, "foo"), Is.EqualTo("foo"));

0 commit comments

Comments
 (0)