summaryrefslogtreecommitdiffstats
path: root/src/tests/fakes/fake_output.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/fakes/fake_output.rs')
-rw-r--r--src/tests/fakes/fake_output.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/fakes/fake_output.rs b/src/tests/fakes/fake_output.rs
index 7741cc2..524fa6c 100644
--- a/src/tests/fakes/fake_output.rs
+++ b/src/tests/fakes/fake_output.rs
@@ -93,7 +93,7 @@ impl Backend for TestBackend {
Some(cell) => {
// this will contain no style information at all
// should be good enough for testing
- string.push_str(&cell.symbol);
+ string.push_str(cell.symbol());
}
None => {
string.push(' ');