summaryrefslogtreecommitdiff
path: root/subplotlib
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-12-05 11:23:07 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-12-21 08:39:32 +0000
commite224ec2d7cbea36dcea43f2b0b5cb20c75c8c502 (patch)
treecb796bc7557c6ed3b0fcea677d4e4c3a209058f9 /subplotlib
parent515096221b94857725e445a9669d3b2f239a9453 (diff)
downloadsubplot-e224ec2d7cbea36dcea43f2b0b5cb20c75c8c502.tar.gz
rust: Use nameslug in rust template
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplotlib')
-rw-r--r--subplotlib/tests/subplotlib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/subplotlib/tests/subplotlib.rs b/subplotlib/tests/subplotlib.rs
index ab74670..fc88cae 100644
--- a/subplotlib/tests/subplotlib.rs
+++ b/subplotlib/tests/subplotlib.rs
@@ -96,7 +96,7 @@ lazy_static! {
// Fundamentals
#[test]
-fn scenario_1() {
+fn fundamentals() {
let mut scenario = Scenario::new(&base64_decode("RnVuZGFtZW50YWxz"));
let step = BUILDER_a_trivial_setup::default().build();
@@ -122,7 +122,7 @@ fn scenario_1() {
// Embedded files
#[test]
-fn scenario_2() {
+fn embedded_files() {
let mut scenario = Scenario::new(&base64_decode("RW1iZWRkZWQgZmlsZXM="));
let step = BUILDER_acquire_file_content::default()