Skip to content

Commit

Permalink
Fix assertion message
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottt committed Jun 20, 2024
1 parent 305bb3d commit 8bd0249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-fixtures/src/bin/dictionary-lookup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fn main() {
"animals".len(),
&mut dict_handle as *mut _,
);
assert_eq!(res, FastlyStatus::OK, "Failed to open config-store");
assert_eq!(res, FastlyStatus::OK, "Failed to open dictionary");
dict_handle
};

Expand Down

0 comments on commit 8bd0249

Please sign in to comment.