fixed artifact test
This commit is contained in:
parent
2cad46aa1f
commit
c6392481f9
|
@ -14,8 +14,8 @@ func TestArtifact_Impl(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestArtifactString(t *testing.T) {
|
func TestArtifactString(t *testing.T) {
|
||||||
a := &Artifact{"packer-foobar", 42, nil}
|
a := &Artifact{"packer-foobar", 42, "San Francisco", 3, nil}
|
||||||
expected := "A snapshot was created: packer-foobar"
|
expected := "A snapshot was created: 'packer-foobar' in region 'San Francisco'"
|
||||||
|
|
||||||
if a.String() != expected {
|
if a.String() != expected {
|
||||||
t.Fatalf("artifact string should match: %v", expected)
|
t.Fatalf("artifact string should match: %v", expected)
|
||||||
|
|
Loading…
Reference in New Issue