Skip to content

Commit

Permalink
Fix copy/pasted identifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
silentbicycle committed Nov 7, 2023
1 parent a1fde55 commit c6ea312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/config/unit_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ mod device_detection_config_tests {

/// Check that Device Detection definitions have a valid `format`.
#[test]
fn geolocation_has_a_valid_format() {
fn device_detection_has_a_valid_format() {
use DeviceDetectionConfigError::InvalidDeviceDetectionMappingFormat;
let invalid_format_field = r#"
[device_detection]
Expand Down

0 comments on commit c6ea312

Please sign in to comment.