Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Rash <15827604+jordan-rash@users.noreply.github.com>
  • Loading branch information
jordan-rash committed Jun 19, 2024
1 parent a384c55 commit f479cc9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/node_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,11 @@ var _ = Describe("nex node", func() {
Expect(err).To(Not(BeNil()))
})

It("should not error", func(ctx SpecContext) {
JustBeforeEach(func() {
err := nexnode.CmdPreflight(opts, nodeOpts, ctxx, cancel, log)
Expect(err).To(BeNil())
_, err = os.Stat(nodeConfig.DefaultResourceDir)
Expect(err).To(BeNil())
})

It("should create the default_resource_dir", func(ctx SpecContext) {
_, err := os.Stat(nodeConfig.DefaultResourceDir)
Expect(err).To(BeNil())
Expand Down

0 comments on commit f479cc9

Please sign in to comment.