We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c94e2b + bfe5e9c commit 467c53fCopy full SHA for 467c53f
src/test/mod.rs
@@ -810,7 +810,7 @@ impl ConfigCodeBlock {
810
811
fn get_block_config(&self) -> Config {
812
let mut config = Config::default();
813
- if self.config_value.is_some() && self.config_value.is_some() {
+ if self.config_name.is_some() && self.config_value.is_some() {
814
config.override_value(
815
self.config_name.as_ref().unwrap(),
816
self.config_value.as_ref().unwrap(),
0 commit comments