Skip to content

Commit

Permalink
internal/state: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Feb 2, 2024
1 parent b529d13 commit ec939ac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/state/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ func TestState(t *testing.T) {
}

v := bootstrapper.NewDeployment(roblox.Player, "", "version-meowmeowmrrp")
s.DxvkVersion = "6.9"
s.Player.Add(&bootstrapper.PackageManifest{
Deployment: &v,
Packages: bootstrapper.Packages{{
Expand All @@ -49,10 +48,6 @@ func TestState(t *testing.T) {
t.Fatal("want version stored state")
}

if sExp.DxvkVersion != "6.9" {
t.Fatal("want dxvk version stored state")
}

if !reflect.DeepEqual(sExp.Packages(), []string{"meow"}) {
t.Fatal("want meow packages")
}
Expand Down

0 comments on commit ec939ac

Please sign in to comment.