Updated copyright

This commit is contained in:
Erik C. Thauvin 2024-01-19 12:30:27 -08:00
parent 50079786c0
commit ffaef86c76
4 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright 2023 the original author or authors.
* Copyright 2023-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -158,7 +158,7 @@ class PitestOperationTest {
@Test
void execute() throws IOException {
var tmpDir = Files.createTempDirectory("bld-pitest");
var tmpDir = Files.createTempDirectory("bld-pitest-");
tmpDir.toFile().deleteOnExit();
var op = new PitestOperation().
fromProject(new WebProject())
@ -491,4 +491,4 @@ class PitestOperationTest {
.verbose(false);
assertThat(op.options.get("--verbose")).isEqualTo(FALSE);
}
}
}