Skip to content

Commit

Permalink
Update project name in Telemetry_Log_Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Mar 6, 2025
1 parent 1874832 commit 965443f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Base_Internal_Tests/src/Telemetry_Log_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ add_specs suite_builder =
event

my_event.metadata.get "loggerName" . should_equal "org.enso.telemetry.TestTelemetry"
my_event.metadata.get "projectName" . should_equal "enso_dev.Base_Tests"
my_event.metadata.get "projectName" . should_equal "enso_dev.Base_Internal_Tests"

my_event.message . should_equal "Message"
my_event.user_email . should_equal Enso_User.current.email
Expand Down

0 comments on commit 965443f

Please sign in to comment.