Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
stirante committed Jun 21, 2023
1 parent 6b7b0df commit 9ea7099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/minecraft_functions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func TestGetOldRPFile(t *testing.T) {
}
}`
eval := evaluate(t, `getRPFile('entity/wither.entity.json', semver('1.19.50'))`)
assertString(t, eval, "packs/1.19.50.25/RP/entity/wither.entity.json")
assertString(t, eval, "packs/1.19.50.2/RP/entity/wither.entity.json")
open, err := safeio.Resolver.Open(eval.Value.StringValue())
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 9ea7099

Please sign in to comment.