Skip to content

Commit 964cc1b

Browse files
committed
Rename test
1 parent b31b08a commit 964cc1b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

compiler/parser/src/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ with (0 as a, 1 as b,): pass
311311
}
312312

313313
#[test]
314-
fn test_dict_containing_spread() {
314+
fn test_dict_unpacking() {
315315
let parse_ast = parse_expression(r#"{"a": "b", **c, "d": "e"}"#, "<test>").unwrap();
316316
insta::assert_debug_snapshot!(parse_ast);
317317
}

compiler/parser/src/snapshots/rustpython_parser__parser__tests__dict_containing_spread.snap renamed to compiler/parser/src/snapshots/rustpython_parser__parser__tests__dict_unpacking.snap

File renamed without changes.

0 commit comments

Comments
 (0)