Skip to content

Commit

Permalink
fix issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Nov 9, 2024
1 parent 6e76960 commit b277ba6
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use hemtt_stringtable::Project;
#[test]
fn sort() {
let mut stringtable = Project::from_reader(BufReader::new(
std::fs::File::open("tests/gh882.xml").unwrap(),
std::fs::File::open("tests/gh822.xml").unwrap(),
))
.unwrap();
stringtable.sort();
Expand All @@ -18,7 +18,4 @@ fn sort() {
stringtable.to_writer(&mut out).unwrap();

insta::assert_snapshot!(out);

// write to file
std::fs::write("tests/gh882_out.xml", out).unwrap();
}
File renamed without changes.
39 changes: 0 additions & 39 deletions libs/stringtable/tests/gh882_out.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
source: libs/stringtable/tests/gh882.rs
source: libs/stringtable/tests/gh822.rs
expression: out
---
<?xml version="1.0" encoding="utf-8"?>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
source: libs/stringtable/tests/gh882.rs
source: libs/stringtable/tests/gh822.rs
expression: stringtable
---
Project {
Expand Down

0 comments on commit b277ba6

Please sign in to comment.