Skip to content

Commit 8a88c8b

Browse files
BotellaApanquez
authored andcommitted
style(Exception): add function info inmessage
1 parent 23b0dac commit 8a88c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mylib/test-hello-world.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ int main()
3131
try
3232
{
3333
OPENGEODE_EXCEPTION(
34-
mymodule::hello_world(), "Hello World is not correct" );
34+
mymodule::hello_world(), "[Test] Hello World is not correct" );
3535

3636
geode::Logger::info( "TEST SUCCESS" );
3737
return 0;

0 commit comments

Comments
 (0)