Skip to content

Commit d1f80e1

Browse files
committed
Changed test names (Issue #2245)
1 parent 2bce5b6 commit d1f80e1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

test/unit/math/rev/meta/promote_var_matrix_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
21
#include <stan/math/rev.hpp>
32
#include <gtest/gtest.h>
43

5-
TEST(MathFunctionsPromoteVarMatrix, VarMatrix) {
4+
TEST(MathFunctions, PromoteVarMatrix) {
65
using stan::promote_var_matrix_t;
76
using stan::math::var;
87
using stan::math::var_value;

test/unit/math/rev/meta/return_var_matrix_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <stan/math/rev.hpp>
33
#include <gtest/gtest.h>
44

5-
TEST(MathFunctionsReturnVarMatrix, VarMatrix) {
5+
TEST(MathFunctions, ReturnVarMatrix) {
66
using stan::return_var_matrix_t;
77
using stan::math::var;
88
using stan::math::var_value;

0 commit comments

Comments
 (0)