Skip to content

Commit e5dcf97

Browse files
committed
typo in case name
1 parent c00e925 commit e5dcf97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/interpolation/test_interpolation_cubedsphere.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ double dotProd(const Field& a, const Field& b) {
6969
return prod;
7070
}
7171

72-
CASE("temporary const lvalue referene test") {
72+
CASE("temporary const lvalue reference test") {
7373

7474
const auto grid = CubedSphereInterpolationFixture{}.sourceGrid_;
7575

0 commit comments

Comments
 (0)